# 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 = "glace_macros" version = "0.1.0" authors = ["Vi "] description = "Internals for the glace crate." homepage = "https://github.com/mistodon/glace" readme = "README.md" license = "CC0-1.0" repository = "https://github.com/mistodon/glace" resolver = "1" [lib] proc-macro = true [dependencies.color-eyre] version = "0.6" [dependencies.convert_case] version = "0.6" [dependencies.edres] version = "0.6" optional = true default-features = false [dependencies.ignore] version = "0.4" [dependencies.image] version = "0.24" optional = true [dependencies.indexmap] version = "1.9" features = ["serde"] [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.serde_json] version = "1.0" features = [ "preserve_order", "raw_value", ] optional = true [dependencies.serde_yaml] version = "0.9" optional = true [dependencies.syn] version = "1.0" features = ["full"] [dependencies.toml] version = "0.5" features = ["preserve_order"] optional = true [features] edres_json = [ "edres", "edres/json", "serde_json", ] edres_toml = [ "edres", "edres/toml", "serde_toml", ] edres_yaml = [ "edres", "edres/yaml", "serde_yaml", ] image = ["dep:image"] self_cached = [] serde_json = ["dep:serde_json"] serde_toml = ["dep:toml"] serde_yaml = ["dep:serde_yaml"]