# 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 = "tecdrivers" version = "0.1.1" authors = ["nekok500"] description = "東芝テック社のPOS周辺機器をクロスプラットフォームでRustから操作できるようにします。" license = "MIT" repository = "https://github.com/nekok500/tecdrivers-rs" [dependencies.anyhow] version = "1.0.86" features = ["std"] default-features = false [dependencies.bitflags] version = "2.6.0" [dependencies.encoding_rs] version = "0.8.34" features = ["alloc"] default-features = false [dependencies.rusb] version = "0.9.4" default-features = false [dependencies.tokio] version = "1.38.1" features = [ "rt-multi-thread", "rt", "macros", ] default-features = false [dependencies.tracing] version = "0.1.40" default-features = false [dependencies.tracing-subscriber] version = "0.3.18" default-features = false