# 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 = "bxmr" version = "23.1022.1" authors = ["Zoom.Quiet "] description = "a CLI tool for managment BXM's code with rIME-Squirrel" homepage = "https://rs.101.so/dev/cli_bxmr.html" readme = "README.md" keywords = [ "cli", "Chinese", "rIME", "Squirrel", "serialization", ] categories = [ "command-line-utilities", "encoding", "text-processing", ] license-file = "LICENSE" repository = "https://github.com/zhrust/BXMr" [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.clia-tracing-config] version = "0.2" [dependencies.dotenv] version = "0.15.0" [dependencies.indicatif] version = "0.17.3" [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4" [dependencies.rustyline] version = "11.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.tokio] version = "1.26.0" features = ["full"] [dependencies.toml] version = "0.7.2" [dependencies.tracing] version = "0.1" [dependencies.yaml-rust] version = "0.4" [dev-dependencies]