• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "yaml-rust"
3version = "0.4.5" # remember to update html_root_url
4authors = ["Yuheng Chen <yuhengchen@sensetime.com>"]
5homepage = "http://chyh1990.github.io/yaml-rust/"
6documentation = "https://docs.rs/yaml-rust"
7license = "MIT/Apache-2.0"
8description = "The missing YAML 1.2 parser for rust"
9repository = "https://github.com/chyh1990/yaml-rust"
10readme = "README.md"
11edition = "2018"
12
13[dependencies]
14linked-hash-map = "0.5.3"
15
16[dev-dependencies]
17quickcheck = "0.9"
18