# 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 = "uapi-config" version = "0.1.0" authors = ["Arnav Singh "] include = [ "Cargo.toml", "COPYING", "README.md", "src/**/*", ] description = "Rust implementation of the UAPI Configuration Files Specification" readme = "README.md" keywords = [ "econf", "libeconf", "systemd", "uapi", ] categories = ["config"] license = "AGPL-3.0-only" repository = "https://github.com/Arnavion/uapi-config" [dependencies.dirs] version = "5" optional = true default-features = false [features] dirs = ["dep:dirs"] [lints.clippy] default_trait_access = "allow" must_use_candidate = "allow" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.rust] rust_2018_idioms = "deny" warnings = "deny"