# 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 = "cipherstash-core" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Shared code and core modules for CipherStash clients" homepage = "https://cipherstash.com" documentation = "https://docs.rs/cipherstash-core" readme = "README.md" keywords = [ "cryptography", "security", "databases", "encryption", "sql", ] categories = [ "cryptography", "database", ] license-file = "LICENSE" repository = "https://github.com/cipherstash/cipherstash" [lib] name = "cipherstash_core" path = "src/lib.rs" [dependencies.hmac] version = "0.12.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-bigint] version = "0.4" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1" [dependencies.sha2] version = "0.10.5" [dependencies.thiserror] version = "1.0.56" [dev-dependencies.hex-literal] version = "0.3.4" [dev-dependencies.paste] version = "1.0.9" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"