# 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 = "v_escape_codegen" version = "0.1.8" authors = ["Juan Aguilar Santillana "] description = "Code generator package for v_escape" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/botika/v_escape" [dependencies.clap] version = "3.2" features = [ "derive", "std", ] default-features = false [dependencies.heck] version = "0.4" [dependencies.prettyplease] version = "0.1" [dependencies.proc-macro2] version = "^1.0.43" [dependencies.quote] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.syn] version = "1.0" [dependencies.toml] version = "0.5"