# 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 = "config-dirs" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Load a config file by trying out default config file locations" readme = "README.md" keywords = ["config"] license = "MIT OR Apache-2.0" repository = "https://github.com/nitn3lav/config-dirs-rs" [lib] name = "config_dirs" path = "src/lib.rs" [dependencies.convert_case] version = "0.6.0" [dependencies.dirs] version = "5.0.1" [dependencies.genawaiter] version = "0.99.1" [dependencies.thiserror] version = "1.0.61" [dependencies.tracing] version = "0.1.40" [dev-dependencies.serde] version = "1.0.203" features = ["serde_derive"] [dev-dependencies.toml] version = "0.8.14"