saphyr-serde/parser/Cargo.toml

17 lines
488 B
TOML
Raw Normal View History

2015-05-24 06:27:42 +00:00
[package]
name = "yaml-rust"
2017-04-29 17:00:26 +00:00
version = "0.3.5"
2015-05-24 06:27:42 +00:00
authors = ["Yuheng Chen <yuhengchen@sensetime.com>"]
2015-06-04 08:28:01 +00:00
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"
2015-06-04 08:33:55 +00:00
repository = "https://github.com/chyh1990/yaml-rust"
[dependencies]
clippy = { version = "^0.*", optional = true }
2017-01-28 04:50:52 +00:00
linked-hash-map = ">=0.0.9, <0.4"
2017-03-12 16:02:18 +00:00
[dev-dependencies]
quickcheck = "0.4"