blob: 6d9376a86683ccbcec3c4dfd30761af37b87fb3b [file] [log] [blame]
# 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.0.2"
authors = ["QEDK <qedk.en@gmail.com>"]
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"
resolver = "2"
[dependencies.async-std]
version = "1.12.0"
optional = true
[dependencies.indexmap]
version = "1.9.1"
optional = true
[badges.maintenance]
status = "actively-developed"