# 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 = "2021" name = "edres" version = "0.6.0" authors = ["Vi "] description = "Generate struct and enum definitions from data files." homepage = "https://github.com/mistodon/edres" readme = "README.md" keywords = [ "build", "config", "parsing", "generator", ] categories = [ "config", "parsing", ] license = "CC0-1.0" repository = "https://github.com/mistodon/edres" resolver = "1" [package.metadata.docs.rs] all-features = true [dependencies.edres_core] version = "=0.6.0" [dev-dependencies.proc-macro2] version = "1.0" [dev-dependencies.quote] version = "1.0" [features] default = ["toml"] json = ["edres_core/json"] toml = ["edres_core/toml"] yaml = ["edres_core/yaml"]