]> git.proxmox.com Git - cargo.git/blob - vendor/toml-0.4.5/Cargo.toml
New upstream version 0.23.0
[cargo.git] / vendor / toml-0.4.5 / 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 name = "toml"
15 version = "0.4.5"
16 authors = ["Alex Crichton <alex@alexcrichton.com>"]
17 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"
18 homepage = "https://github.com/alexcrichton/toml-rs"
19 documentation = "https://docs.rs/toml"
20 readme = "README.md"
21 keywords = ["encoding"]
22 categories = ["config", "encoding", "parser-implementations"]
23 license = "MIT/Apache-2.0"
24 repository = "https://github.com/alexcrichton/toml-rs"
25 [dependencies.serde]
26 version = "1.0"
27 [dev-dependencies.serde_derive]
28 version = "1.0"
29
30 [dev-dependencies.serde_json]
31 version = "1.0"
32 [badges.travis-ci]
33 repository = "alexcrichton/toml-rs"