# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "darktoken" version = "0.0.6" authors = ["Amir Taaki "] exclude = ["extern/*"] description = "Project deprecated. See darkcontract crate instead" license = "GPL-3.0-or-later" repository = "https://github.com/narodnik/darkcontract" [dependencies.bls12_381] version = "0.1.1" [dependencies.itertools] version = "0.8.2" [dependencies.rand] version = "0.7.2" [dependencies.rand_core] version = "0.5.1" [dependencies.sha2] version = "0.8.1" [dev-dependencies.clap] version = "2.33.0" [dev-dependencies.dirs] version = "2.0.2" [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.serde] version = "1.0.104" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.48"