# 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 = "self_encryption" version = "0.30.0" authors = ["MaidSafe Developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Self encrypting files (convergent encryption plus obfuscation)" homepage = "https://maidsafe.net" documentation = "https://docs.rs/self_encryption" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/maidsafe/self_encryption" [lib] name = "self_encryption" path = "src/lib.rs" [[example]] name = "basic_encryptor" path = "examples/basic_encryptor.rs" bench = false [[test]] name = "lib" path = "tests/lib.rs" [[bench]] name = "lib" path = "benches/lib.rs" harness = false [dependencies.aes] version = "~0.8.1" [dependencies.bincode] version = "~1.3.3" [dependencies.brotli] version = "~3.3.0" features = ["std"] default-features = false [dependencies.bytes] version = "1.1.0" features = ["serde"] [dependencies.cbc] version = "~0.1.1" features = [ "alloc", "block-padding", ] [dependencies.hex] version = "~0.4.3" [dependencies.itertools] version = "~0.10.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.num_cpus] version = "1.13.0" [dependencies.rand] version = "~0.8.5" [dependencies.rand_chacha] version = "~0.3.1" [dependencies.rayon] version = "1.5.1" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.tempfile] version = "3.6.0" [dependencies.thiserror] version = "1.0" [dependencies.tiny-keccak] version = "2.0.2" features = ["sha3"] [dependencies.tokio] version = "1.34.0" features = ["rt"] [dependencies.xor_name] version = "5.0.0" [dev-dependencies.criterion] version = "~0.3" [dev-dependencies.docopt] version = "~0.9.0" [dev-dependencies.tokio] version = "1.34.0" features = [ "rt-multi-thread", "macros", ]