]> git.proxmox.com Git - cargo.git/blob - vendor/toml/Cargo.toml
New upstream version 0.37.0
[cargo.git] / vendor / toml / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
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
7 #
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)
12
13 [package]
14 edition = "2018"
15 name = "toml"
16 version = "0.5.1"
17 authors = ["Alex Crichton <alex@alexcrichton.com>"]
18 description = "A native Rust encoder and decoder of TOML-formatted files and streams. Provides\nimplementations of the standard Serialize/Deserialize traits for TOML data to\nfacilitate deserializing and serializing Rust structures.\n"
19 homepage = "https://github.com/alexcrichton/toml-rs"
20 documentation = "https://docs.rs/toml"
21 readme = "README.md"
22 keywords = ["encoding"]
23 categories = ["config", "encoding", "parser-implementations"]
24 license = "MIT/Apache-2.0"
25 repository = "https://github.com/alexcrichton/toml-rs"
26 [dependencies.linked-hash-map]
27 version = "0.5"
28 optional = true
29
30 [dependencies.serde]
31 version = "1.0"
32 [dev-dependencies.serde_derive]
33 version = "1.0"
34
35 [dev-dependencies.serde_json]
36 version = "1.0"
37
38 [features]
39 default = []
40 preserve_order = ["linked-hash-map"]
41 [badges.travis-ci]
42 repository = "alexcrichton/toml-rs"