8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
13 owner = "starkware-libs";
16 hash = "sha256-xHvBbm1ewNu96TyK//l2emiq+jaPhSWvvbVK9Q/O5lo=";
19 cargoHash = "sha256-E6nnT+I5ur4PPvLjwfebR1Tdm206hI05HCVc3IWDqFY=";
21 # openssl crate requires perl during build process
31 # Requires a mythical rustfmt 2.0 or a nightly compiler
32 "--skip=golden_test::sourcegen_ast"
35 "--skip=test_lowering_consistency"
39 # The core library is needed for compilation.
44 description = "Turing-complete language for creating provable programs for general computation";
45 homepage = "https://github.com/starkware-libs/cairo";
46 license = licenses.asl20;
47 maintainers = with maintainers; [ raitobezarius ];