# 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 = "to_and_fro" version = "0.6.0" description = "Proc macro for generating implimentations of Display and FromStr for Enum Variants" homepage = "https://github.com/tascord/ToAndFro" readme = "README.md" license = "MIT" repository = "https://github.com/tascord/ToAndFro" [lib] proc-macro = true [dependencies.anyhow] version = "1.0.75" [dependencies.heck] version = "0.5.0" [dependencies.percent-encoding] version = "2.3.1" [dependencies.proc-macro2] version = "1.0.70" [dependencies.quote] version = "1.0.33" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.syn] version = "2.0.39" features = [ "full", "fold", ]