# 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 = "bstorage" version = "0.2.1" authors = ["d.astafyev@outlook.com"] description = "A lightweight library for working with application configuration files" homepage = "https://github.com/icsmw/bstorage" readme = "README.md" keywords = [ "config", "fs", "bincode", "settings", ] categories = [ "caching", "config", "data-structures", "parsing", ] license = "Apache-2.0" repository = "https://github.com/icsmw/bstorage.git" [dependencies.bincode] version = "1.3" [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1.8" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dev-dependencies.ctor] version = "0.2" [dev-dependencies.proptest] version = "1.4"