# 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 = "caniuse-rs" version = "0.4.1" description = "A command line client for caniuse.com, written in Rust." homepage = "https://github.com/mrjones2014/caniuse-rs" license = "MIT" repository = "https://github.com/mrjones2014/caniuse-rs" resolver = "2" [[bin]] name = "caniuse" path = "src/main.rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.11" features = ["json", "blocking"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.skim] version = "0.9.4" [dependencies.structopt] version = "0.3"