| # 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 = "configparser" |
| version = "3.1.0" |
| authors = ["QEDK <[email protected]>"] |
| description = "A simple configuration parsing utility with no dependencies that allows you to parse INI and ini-style syntax. You can use this to write Rust programs which can be customized by end users easily." |
| homepage = "https://github.com/QEDK/configparser-rs" |
| documentation = "https://docs.rs/configparser" |
| readme = "README.md" |
| keywords = [ |
| "config", |
| "ini", |
| "settings", |
| "configuration", |
| "parser", |
| ] |
| categories = [ |
| "config", |
| "encoding", |
| "parser-implementations", |
| ] |
| license = "MIT OR LGPL-3.0-or-later" |
| repository = "https://github.com/QEDK/configparser-rs" |
| |
| [dependencies.indexmap] |
| version = "2.2.6" |
| optional = true |
| |
| [dependencies.tokio] |
| version = "1.38.0" |
| features = ["fs"] |
| optional = true |
| |
| [dev-dependencies.tokio] |
| version = "1.38.0" |
| features = [ |
| "fs", |
| "macros", |
| "rt-multi-thread", |
| ] |
| |
| [features] |
| async-std = ["tokio"] |
| |
| [badges.maintenance] |
| status = "actively-developed" |