# 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 = "clvmr" version = "0.10.0" authors = ["Richard Kiss "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of `clvm` for Chia Network's cryptocurrency" homepage = "https://github.com/Chia-Network/clvm_rs/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Chia-Network/clvm_rs/" [profile.release] lto = "thin" [lib] name = "clvmr" crate-type = ["rlib"] path = "src/lib.rs" bench = false [[bench]] name = "deserialize" path = "benches/deserialize.rs" harness = false [[bench]] name = "run-program" path = "benches/run-program.rs" harness = false [[bench]] name = "sha256_hash" path = "benches/sha256_hash.rs" harness = false [dependencies.chia-bls] version = "0.10.0" [dependencies.hex-literal] version = "0.4.1" [dependencies.k256] version = "0.13.4" features = ["ecdsa"] [dependencies.lazy_static] version = "1.5.0" [dependencies.num-bigint] version = "0.4.6" [dependencies.num-integer] version = "0.1.46" [dependencies.num-traits] version = "0.2.19" [dependencies.openssl] version = "0.10.68" features = ["vendored"] optional = true [dependencies.p256] version = "0.13.2" features = ["ecdsa"] [dependencies.sha2] version = "0.10.8" [dependencies.sha3] version = "0.10.8" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rstest] version = "0.21.0" [features] counters = [] openssl = ["dep:openssl"] pre-eval = []