# 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" rust-version = "1.71.1" name = "knope-config" version = "0.2.0" authors = ["Dylan Anthony "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for handling common configuration of Knope" readme = "README.md" license = "MIT" repository = "https://github.com/knope-dev/knope" [lib] name = "knope_config" path = "src/lib.rs" [dependencies.knope-versioning] version = "0.3.0" [dependencies.relative-path] version = "1.9.3" features = ["serde"] [dependencies.serde] version = "1.0.200" features = [ "derive", "derive", ] [dependencies.thiserror] version = "1.0.59" [dependencies.toml] version = "0.8.12" [lints.clippy] exit = "deny" expect_used = "deny" indexing_slicing = "deny" missing_panics_doc = "forbid" multiple_crate_versions = "allow" panic = "deny" print_stderr = "deny" print_stdout = "deny" todo = "deny" unimplemented = "deny" unwrap_used = "deny" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.rust] unsafe_code = "forbid" warnings = "deny"