# 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 = "relconf" version = "0.2.1" description = "Manage configuration depending to the current path" homepage = "https://github.com/kfkonrad/relconf" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/kfkonrad/relconf" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.dirs] version = "5.0.1" [dependencies.paste] version = "1.0.15" [dependencies.schemars] version = "0.8.21" optional = true [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde-toml-merge] version = "0.3.8" [dependencies.serde_json] version = "1.0.120" [dependencies.serde_yaml] version = "0.9.34" [dependencies.shellexpand] version = "3.1.0" features = ["path"] [dependencies.toml] version = "0.8.14" [features] schema = ["schemars"] [lints.clippy.enum_glob_use] level = "deny" priority = -1 [lints.clippy.nursery] level = "deny" priority = -3 [lints.clippy.pedantic] level = "deny" priority = -2 [lints.clippy.unwrap_used] level = "deny" priority = -4 [lints.rust] unsafe_code = "forbid"