# 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 = "decanter" version = "0.1.6" authors = ["FL03 (https://github.com/FL03)"] description = "This crate implements basic cryptographic primitives native to the ecosystem" homepage = "https://github.com/FL03/decanter/wiki" readme = "README.md" keywords = [ "cryptography", "hash", ] categories = [] license = "Apache-2.0" repository = "https://github.com/FL03/decanter" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [lib] crate-type = [ "cdylib", "rlib", ] test = true doctest = false bench = true [dependencies.bincode] version = "1" [dependencies.blake3] version = "1.3" [dependencies.decanter-crypto] version = "0.1.6" optional = true [dependencies.decanter-derive] version = "0.1.6" optional = true [dependencies.decanter-macros] version = "0.1.6" optional = true [dependencies.generic-array] version = "1" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.smart-default] version = "0.7" [dependencies.strum] version = "0.25" features = ["derive"] [dependencies.typenum] version = "1" [dev-dependencies.hex-literal] version = "0.4" [dev-dependencies.lazy_static] version = "1.4" [build-dependencies] [features] crypto = ["decanter-crypto"] default = ["crypto"] derive = [ "decanter-derive", "macros", ] full = [ "crypto", "derive", ] macros = ["decanter-macros"] [target.wasm32-unknown-unknown.dependencies.getrandom] version = "0.2" features = ["js"] [target.wasm32-wasi]