# 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 = "checked-rs-macro-impl" version = "1.0.0" authors = ["HoodieCollin "] description = "Implementation of the procedural macros for checked-rs. This crate is not intended to be used directly." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/HoodieCollin/checked-rs" [dependencies.anyhow] version = "1.0" [dependencies.convert_case] version = "0.6.0" [dependencies.num-format] version = "0.4" [dependencies.paste] version = "1" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.rangemap] version = "1.5" [dependencies.rhai] version = "1" features = ["internals"] [dependencies.syn] version = "2.0" features = [ "derive", "full", "visit-mut", ] [dev-dependencies.insta] version = "1.39" [dev-dependencies.prettyplease] version = "0.2"