saphyr-serde/saphyr/Cargo.toml

17 lines
497 B
TOML
Raw Normal View History

2015-05-24 06:27:42 +00:00
[package]
name = "yaml-rust"
2017-07-10 16:08:20 +00:00
version = "0.3.7"
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"
2017-05-08 18:02:03 +00:00
publish = false # this branch contains breaking changes
[dependencies]
linked-hash-map = ">=0.0.9, <0.5"
2017-03-12 16:02:18 +00:00
[dev-dependencies]
quickcheck = "0.4"