# 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 = "cali_cli" version = "0.2.2" description = "Cali's codegen and cli application" license = "MIT" repository = "https://github.com/DiaanEngelbrecht/cali" resolver = "1" [[bin]] name = "cali" path = "src/entry/main.rs" [dependencies.cali_core] version = "0.2.0" [dependencies.clap] version = "4.0.22" features = ["derive"] [dependencies.convert_case] version = "0.5.0" [dependencies.pluralizer] version = "0.4.0" [dependencies.proc-macro2] version = "1.0.66" features = [ "default", "span-locations", ] [dependencies.quote] version = "1.0" [dependencies.rust-format] version = "0.3.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.syn] version = "2.0" [dependencies.tinytemplate] version = "1.1"