# 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" rust-version = "1.65.0" name = "race-encryptor" version = "0.2.6" authors = ["RACE Foundation "] publish = true description = "Encryptor module for RACE Protocol" homepage = "https://race-protocol.pages.dev" documentation = "https://docs.rs/race" readme = "README.md" keywords = ["blockchain"] license = "MPL-2.0" repository = "https://github.com/RACE-Game/race" [dependencies.aes] version = "0.8.2" [dependencies.arrayref] version = "0.3.6" [dependencies.base64] version = "0.21.0" [dependencies.chacha20] version = "0.9.1" [dependencies.chrono] version = "0.4.24" [dependencies.openssl] version = "^0.10" [dependencies.race-api] version = ">=0.2.6" [dependencies.race-core] version = ">=0.2.6" [dependencies.rand] version = "0.8.5" [dependencies.sha1] version = "0.10.5" features = ["oid"] default-features = false [dependencies.thiserror] version = "1.0.35" [dev-dependencies.anyhow] version = "1.0.64"