# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cairo-felt" version = "0.8.2-hotfix1" description = "Field elements representation for the Cairo VM" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/lambdaclass/cairo-vm/" [dependencies.lambdaworks-math] version = "0.1.2" optional = true default-features = false [dependencies.lazy_static] version = "1.4.0" features = ["spin_no_std"] default-features = false [dependencies.num-bigint] version = "0.4" features = ["serde"] default-features = false [dependencies.num-integer] version = "0.1.45" default-features = false [dependencies.num-traits] version = "0.2.15" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dev-dependencies.proptest] version = "1.2.0" [dev-dependencies.rstest] version = "0.17.0" default-features = false [features] alloc = [] default = ["std"] lambdaworks-felt = ["dep:lambdaworks-math"] std = []