saphyr-serde/saphyr/Cargo.toml
Yuheng Chen 0d0baf9947 Bump to 0.3.2
1. Add preserve_order feature
2. Add clippy in nightly build
2016-03-22 22:27:13 +08:00

16 lines
521 B
TOML

[package]
name = "yaml-rust"
version = "0.3.2"
authors = ["Yuheng Chen <yuhengchen@sensetime.com>"]
homepage = "http://chyh1990.github.io/yaml-rust/"
documentation = "http://chyh1990.github.io/yaml-rust/doc/yaml_rust/"
license = "MIT/Apache-2.0"
description = "The missing YAML 1.2 parser for rust"
repository = "https://github.com/chyh1990/yaml-rust"
[features]
preserve_order = ["linked-hash-map"]
[dependencies]
clippy = { version = "^0.*", optional = true }
linked-hash-map = { version = "0.0.9", optional = true }