2015-05-24 14:27:42 +08:00
|
|
|
[package]
|
|
|
|
name = "yaml-rust"
|
2019-03-07 14:27:03 +08:00
|
|
|
version = "0.4.3" # remember to update html_root_url
|
2015-05-24 14:27:42 +08:00
|
|
|
authors = ["Yuheng Chen <yuhengchen@sensetime.com>"]
|
2015-06-04 16:28:01 +08:00
|
|
|
homepage = "http://chyh1990.github.io/yaml-rust/"
|
2018-09-15 12:25:55 -07:00
|
|
|
documentation = "https://docs.rs/yaml-rust"
|
2016-01-11 12:53:19 +08:00
|
|
|
license = "MIT/Apache-2.0"
|
2015-06-04 16:30:31 +08:00
|
|
|
description = "The missing YAML 1.2 parser for rust"
|
2015-06-04 16:33:55 +08:00
|
|
|
repository = "https://github.com/chyh1990/yaml-rust"
|
2018-09-15 12:25:15 -07:00
|
|
|
readme = "README.md"
|
2020-05-27 14:19:22 +08:00
|
|
|
edition = "2018"
|
2016-02-27 16:30:13 -08:00
|
|
|
|
|
|
|
[dependencies]
|
2017-08-18 21:42:02 +01:00
|
|
|
linked-hash-map = ">=0.0.9, <0.6"
|
2017-03-12 16:02:18 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2020-05-27 14:25:59 +08:00
|
|
|
quickcheck = "0.9"
|