41 lines
1.1 KiB
TOML
41 lines
1.1 KiB
TOML
# 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 = "2018"
|
|
name = "rust-ini"
|
|
version = "0.18.0"
|
|
authors = ["Y. T. Chung <zonyitoo@gmail.com>"]
|
|
description = "An Ini configuration file parsing library in Rust"
|
|
documentation = "https://docs.rs/rust-ini/"
|
|
keywords = ["ini", "configuration", "conf", "cfg"]
|
|
license = "MIT"
|
|
repository = "https://github.com/zonyitoo/rust-ini"
|
|
|
|
[lib]
|
|
name = "ini"
|
|
test = true
|
|
[dependencies.cfg-if]
|
|
version = "1.0"
|
|
|
|
[dependencies.ordered-multimap]
|
|
version = "0.4"
|
|
|
|
[dependencies.unicase]
|
|
version = "2.6"
|
|
optional = true
|
|
|
|
[features]
|
|
brackets-in-section-names = []
|
|
case-insensitive = ["unicase"]
|
|
default = []
|
|
inline-comment = []
|