# 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" name = "spatial-hasher" version = "0.1.7" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for deterministic encryption and decryption using 3D spatial parameters with secure authenticated encryption." homepage = "https://github.com/Wolfenheimm/spatial-hasher" documentation = "https://docs.rs/spatial_hasher" readme = "README.md" keywords = [ "encryption", "hashing", "3D", "rust", "crypto", ] categories = [ "cryptography", "encoding", ] license = "MIT" repository = "https://github.com/Wolfenheimm/Spatial-Hasher" [lib] name = "spatial_hasher" path = "src/lib.rs" [[example]] name = "basic_usage" path = "examples/basic_usage.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [[bench]] name = "bench" path = "benches/bench.rs" [dependencies.chacha20poly1305] version = "0.10" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10"