# 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 = "ident_case_conversions" version = "1.0.0" description = "Simple library for converting between cases in idents, primarily meant for proc macro usage" license = "MIT OR Apache-2.0" [dependencies.itertools] version = "0.11.0" [dependencies.proc-macro2] version = "1.0.69" [dependencies.syn] version = "2.0.38" optional = true [dev-dependencies.test-case] version = "3.2.1" [features] default = ["syn"]