# 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 = "exonum-crypto" version = "1.0.0" authors = ["The Exonum Team "] links = "exonum_protobuf_crypto" description = "Cryptography related types, constants, traits and functions." homepage = "https://exonum.com/" documentation = "https://docs.rs/exonum-crypto" readme = "README.md" keywords = ["exonum", "cryptography", "hashing", "library"] categories = ["algorithms", "cryptography"] license = "Apache-2.0" repository = "https://github.com/exonum/exonum" [dependencies.anyhow] version = "1.0.26" [dependencies.exonum-proto] version = "1.0.0" optional = true [dependencies.exonum_sodiumoxide] version = "0.0.23" optional = true [dependencies.hex] version = "0.4.0" [dependencies.protobuf] version = "2.8.1" features = ["with-serde"] optional = true [dependencies.serde] version = "1.0.101" [dependencies.serde_derive] version = "1.0.101" [dev-dependencies.serde_json] version = "1.0.44" [dev-dependencies.tempdir] version = "0.3.7" [build-dependencies.exonum-build] version = "1.0.0" [features] default = ["sodiumoxide-crypto", "with-protobuf", "with-serde"] sodiumoxide-crypto = ["exonum_sodiumoxide"] with-protobuf = ["exonum-proto", "protobuf"] with-serde = []