# 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 = "2018" name = "clvmr_chinilla" version = "0.1.24" authors = ["Edward Teach "] description = "Implementation of `clvm` for Chinilla Network's cryptocurrency" homepage = "https://github.com/Chinilla/clvm_rs/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Chinilla/clvm_rs/" [profile.release] lto = true [lib] name = "clvmr_chinilla" crate-type = ["rlib"] [dependencies.bls12_381] version = "=0.7.0" [dependencies.hex] version = "=0.4.3" [dependencies.lazy_static] version = "=1.4.0" [dependencies.num-bigint] version = "=0.4.3" [dependencies.num-integer] version = "=0.1.45" [dependencies.num-traits] version = "=0.2.15" [dependencies.openssl] version = "=0.10.40" features = ["vendored"] optional = true [dependencies.sha2] version = "=0.10.2"