# 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 = "2018" name = "bleu" version = "0.0.5" authors = ["Jack Hanslope "] description = "bleu is a friendly bluetooth cli written in rust" homepage = "https://github.com/jackhanslope/bleu" readme = "README.md" keywords = [ "cli", "bluetooth", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/jackhanslope/bleu" [dependencies.bimap] version = "0.4.0" features = ["serde"] [dependencies.blurz] version = "0.4.0" [dependencies.clap] version = "2.33.1" [dependencies.dirs] version = "2.0.2" [dependencies.serde] version = "1.0.111" features = ["derive"] [dependencies.serde_json] version = "1.0.53"