# 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.61" name = "confget" version = "5.1.2" authors = ["Peter Pentchev "] description = "Parse configuration files." homepage = "https://devel.ringlet.net/textproc/confget/" readme = "README.md" keywords = [ "config", "ini", "parse", ] categories = [ "command-line-utilities", "config", "value-formatting", ] license = "BSD-2-Clause" repository = "https://gitlab.com/confget/confget" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.0" features = ["derive"] [dependencies.encoding] version = "0.2" [dependencies.itertools] version = "0.11.0" optional = true [dependencies.libc] version = "0.2.147" [dependencies.nom] version = "7.1.3" optional = true [dependencies.once_cell] version = "1.18.0" [dependencies.regex] version = "1.9.3" [dependencies.shell-words] version = "1.1" [dependencies.thiserror] version = "1.0.47" [dev-dependencies.rstest] version = "0.18.2" [dev-dependencies.tempfile] version = "3.8" [dev-dependencies.tracing] version = "0.1.37" [dev-dependencies.tracing-test] version = "0.2.4" [features] default = [ "ini-nom", "ini-regex", ] ini-nom = [ "dep:itertools", "dep:nom", ] ini-regex = []