# 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 = "c5store" version = "0.2.7" authors = ["Norm O "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides a unified store for configuration and secrets." readme = "README.md" license = "MPL-2.0" [lib] name = "c5store" path = "src/lib.rs" [dependencies.base64] version = "^0.22" [dependencies.curve25519-parser] version = "^0" [dependencies.ecies_25519] version = "^0" [dependencies.log] version = "^0.4" [dependencies.maplit] version = "^1" [dependencies.multimap] version = "^0.10" [dependencies.natord] version = "^1.0" [dependencies.num-rational] version = "^0.4" [dependencies.num-traits] version = "^0.2" [dependencies.parking_lot] version = "^0.12" [dependencies.paste] version = "^1" [dependencies.scheduled-thread-pool] version = "^0.2" [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde_json] version = "^1" [dependencies.serde_yaml] version = "^0" [dependencies.sha2] version = "^0.10" [dependencies.shellexpand] version = "^3.0" [dependencies.skiplist] version = "^0.5" [dev-dependencies.serde_test] version = "^1.0"