# 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 = "bluerepl" version = "0.1.7" description = "A ble client running in the terminal" readme = "README.md" license = "MIT" repository = "https://github.com/Yohannfra/bluerepl" [package.metadata.precommit] fmt = "cargo fmt --check" test = "cargo test" clippy = "cargo clippy" [dependencies.async-trait] version = "0.1.57" [dependencies.bitflags] version = "1.3.2" [dependencies.btleplug] version = "0.10.3" [dependencies.clap] version = "3.2.16" features = ["derive"] [dependencies.comfy-table] version = "6.1.0" [dependencies.exitcode] version = "1.1.2" [dependencies.futures] version = "0.3.21" [dependencies.lazy_static] version = "1.4.0" [dependencies.pre-commit] version = "0.5.2" [dependencies.regex] version = "1" [dependencies.rhexdump] version = "0.1.1" [dependencies.rustyline] version = "10.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shlex] version = "0.1.1" [dependencies.str_to_bytes] version = "0.2.3" [dependencies.tokio] version = "1.20.1" features = ["full"] [dependencies.toml] version = "0.5"