# 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 = "waynest-gen" version = "0.0.1" authors = ["Federico Maria Morrone "] build = false include = [ "src/**/*.rs", "../README.md", "../LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Codegen glue for waynest" documentation = "https://docs.rs/waynest" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/verdiwm/waynest" [lib] name = "waynest_gen" path = "src/lib.rs" [[bin]] name = "waynest-gen" path = "src/main.rs" required-features = ["bin"] [dependencies.anyhow] version = "1.0.89" optional = true [dependencies.clap] version = "4.5.18" features = ["derive"] optional = true [dependencies.heck] version = "0.5.0" [dependencies.proc-macro2] version = "1.0.86" default-features = false [dependencies.quick-xml] version = "0.36.2" features = [ "serialize", "overlapped-lists", ] [dependencies.quote] version = "1.0.37" default-features = false [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.64" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] optional = true [features] bin = [ "dep:anyhow", "dep:clap", "dep:tracing-subscriber", ]