Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / third_party / rust / rust-ini / Cargo.toml
blob7e5cfa74e27846d07de2d98085e0e1debf5d14db
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g. crates.io) dependencies
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
13 [package]
14 name = "rust-ini"
15 version = "0.10.3"
16 authors = ["Y. T. Chung <zonyitoo@gmail.com>"]
17 description = "An Ini configuration file parsing library in Rust"
18 documentation = "https://docs.rs/rust-ini/"
19 keywords = ["ini", "configuration", "conf", "cfg"]
20 license = "MIT"
21 repository = "https://github.com/zonyitoo/rust-ini"
23 [lib]
24 name = "ini"
25 test = true