# 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 = "abserde" version = "0.6.0" authors = ["Simon Allen "] description = "Simple platform-agnostic Rust crate for managing application settings/preferences." homepage = "https://github.com/garfunkel/abserde" readme = "README.md" keywords = [ "settings", "preferences", "config", "options", "serde", ] categories = ["config"] license = "MIT" repository = "https://github.com/garfunkel/abserde" [package.metadata.docs.rs] all-features = true [dependencies.anyhow] version = "1.0.71" [dependencies.dirs] version = "4.0.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.140" features = ["derive"] [dependencies.serde-pickle] version = "1.1.1" optional = true [dependencies.serde_ini] version = "0.2.0" optional = true [dependencies.serde_json] version = "1.0.82" optional = true [dependencies.serde_yaml] version = "0.9.2" optional = true [dependencies.toml] version = "0.5.9" optional = true [dev-dependencies.fake] version = "2.5.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.82" features = ["float_roundtrip"] [dev-dependencies.serial_test] version = "0.8.0" [dev-dependencies.tempfile] version = "3.3.0" [features] default = ["json"] ini = ["dep:serde_ini"] json = ["dep:serde_json"] pickle = ["dep:serde-pickle"] toml = ["dep:toml"] yaml = ["dep:serde_yaml"]