# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "config_struct" version = "0.5.1+deprecated" authors = ["Vi "] description = "Deprecated: Use edres instead." homepage = "https://github.com/mistodon/edres" readme = "README.md" keywords = ["deprecated"] categories = ["config"] license = "CC0-1.0" repository = "https://github.com/mistodon/edres" [package.metadata.docs.rs] all-features = true [dependencies.case] version = "~1.0.0" optional = true [dependencies.failure] version = "~0.1.1" [dependencies.linear-map] version = "~1.2.0" features = ["serde_impl"] [dependencies.quote] version = "~1.0.3" [dependencies.ron] version = "~0.3.0" optional = true [dependencies.serde_json] version = "~1.0.24" optional = true [dependencies.serde_yaml] version = "~0.7.5" optional = true [dependencies.toml] version = "~0.4.6" optional = true [features] default = ["toml-parsing"] experimental-files-enum = ["case"] json-parsing = ["serde_json"] ron-parsing = ["ron"] toml-parsing = ["toml"] yaml-parsing = ["serde_yaml"] [badges.travis-ci] branch = "master" repository = "mistodon/config_struct"