[package] name = "config_struct" version = "0.5.1+deprecated" authors = ["Vi "] edition = "2018" description = "Deprecated: Use edres instead." homepage = "https://github.com/mistodon/edres" repository = "https://github.com/mistodon/edres" readme = "README.md" keywords = ["deprecated"] categories = ["config"] license = "CC0-1.0" [badges] travis-ci = { repository = "mistodon/config_struct", branch = "master" } [package.metadata.docs.rs] all-features = true [features] default = ["toml-parsing"] json-parsing = ["serde_json"] ron-parsing = ["ron"] toml-parsing = ["toml"] yaml-parsing = ["serde_yaml"] experimental-files-enum = ["case"] [dependencies] case = { version = "~1.0.0", optional = true } failure = "~0.1.1" linear-map = { version = "~1.2.0", features = ["serde_impl"] } quote = "~1.0.3" ron = { version = "~0.3.0", optional = true } serde_json = { version = "~1.0.24", optional = true } serde_yaml = { version = "~0.7.5", optional = true } toml = { version = "~0.4.6", optional = true }