# 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 = "typeshare-cli" version = "1.13.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command Line Tool for generating language files with typeshare" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/1Password/typeshare" [[bin]] name = "typeshare" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.5" features = [ "cargo", "derive", "unicode", "wrap_help", ] [dependencies.clap_complete] version = "4.5.32" [dependencies.flexi_logger] version = "0.28" [dependencies.ignore] version = "0.4" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1" [dependencies.rayon] version = "1.10" [dependencies.serde] version = "1" features = ["derive"] [dependencies.toml] version = "0.8" [dependencies.typeshare-core] version = "=1.13.2" [features] go = []