# 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 = "slang-cli" version = "0.2.0" authors = ["Martijn Swaagman "] exclude = [".github"] description = "Acronym search CLI" keywords = ["acronym", "slang", "jargon"] license = "MIT" resolver = "2" [[bin]] name = "slang" path = "./src/main.rs" test = true bench = false [dependencies.clap-verbosity-flag] version = "0.3.2" [dependencies.config] version = "0.11.0" features = ["toml"] [dependencies.console] version = "0.15.0" [dependencies.futures] version = "0.3.19" [dependencies.home] version = "0.5.3" [dependencies.reqwest] version = "0.11.8" features = ["json"] [dependencies.serde] version = "1.0.132" features = ["derive"] [dependencies.structopt] version = "0.3.25" [dependencies.tokio] version = "1.15.0" features = ["full"]