2015-05-24 06:27:42 +00:00
|
|
|
[package]
|
|
|
|
name = "yaml-rust"
|
2020-06-01 13:02:16 +00:00
|
|
|
version = "0.4.5" # remember to update html_root_url
|
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-09-15 19:25:55 +00:00
|
|
|
documentation = "https://docs.rs/yaml-rust"
|
2016-01-11 04:53:19 +00:00
|
|
|
license = "MIT/Apache-2.0"
|
2015-06-04 08:30:31 +00:00
|
|
|
description = "The missing YAML 1.2 parser for rust"
|
2015-06-04 08:33:55 +00:00
|
|
|
repository = "https://github.com/chyh1990/yaml-rust"
|
2018-09-15 19:25:15 +00:00
|
|
|
readme = "README.md"
|
2020-05-27 06:19:22 +00:00
|
|
|
edition = "2018"
|
2016-02-28 00:30:13 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2020-07-10 05:44:57 +00:00
|
|
|
linked-hash-map = "0.5.3"
|
2017-03-12 16:02:18 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2020-05-27 06:25:59 +00:00
|
|
|
quickcheck = "0.9"
|
2023-08-17 00:17:53 +00:00
|
|
|
|
|
|
|
[profile.release-lto]
|
|
|
|
inherits = "release"
|
|
|
|
lto = true
|