# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "nonvolatile" version = "0.8.3" authors = ["Jacob Sacco "] description = "A package providing the ability to store configuration data out of the way" readme = "README.md" keywords = ["settings", "configuration", "storage", "store", "local"] categories = ["config", "database", "filesystem"] license = "MIT" repository = "https://github.com/jacobsacco/rs_nonvolatile" [lib] doctest = false [dependencies.fs_util] version = "0.1.1" [dependencies.generic_error] version = "0.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.7.3" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_yaml] version = "0.8.11" [dependencies.sysinfo] version = "0.14.15" [dependencies.whoami] version = "0.5.3"