# 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 = "cli_tmpl" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "cli_tmpl" homepage = "https://github.com/i18n-site/rust/tree/main/cli_tmpl" readme = "README.md" license = "MulanPSL-2.0" repository = "https://github.com/i18n-site/rust.git" [lib] name = "cli_tmpl" path = "src/lib.rs" [[bin]] name = "cli_tmpl" path = "src/main.rs" [[test]] name = "main" path = "tests/main.rs" [dependencies.aok] version = "0.1.15" [dependencies.clap] version = "4.5.16" features = ["cargo"] [dependencies.cmdv] version = "0.1.10" [dependencies.i18n_bgu] version = "0.1.19" [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.2" features = [ "macros", "rt", "rt-multi-thread", "time", "fs", "io-util", ] [dependencies.tracing] version = "0.1.40"