saphyr-serde/saphyr/Cargo.toml

16 lines
423 B
TOML
Raw Normal View History

2015-05-24 06:27:42 +00:00
[package]
name = "yaml-rust"
version = "0.4.0"
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/"
2018-01-06 07:27:42 +00:00
documentation = "https://docs.rs/crate/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]
2017-08-18 20:42:02 +00:00
linked-hash-map = ">=0.0.9, <0.6"
2017-03-12 16:02:18 +00:00
[dev-dependencies]
2018-09-02 16:13:50 +00:00
quickcheck = "0.7"