8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
13 owner = "starkware-libs";
16 hash = "sha256-zNSQVMF5ciGGUBQyPFvIVtePNMbJ3e0LXBmRWMohoGA=";
19 cargoHash = "sha256-jVQErw89rCm9f3uJftmyytru1xQa+FKsUkszHJWBGNU=";
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 ];