# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "anyshortcut" version = "0.2.0" authors = ["Folyd "] build = "build.rs" description = "A blaze fast way to launch your favorite website in Terminal." homepage = "https://github.com/anyshortcut/anyshortcut-cli" license = "MIT OR Apache-2.0" [dependencies.ansi_term] version = "0.11.0" [dependencies.chrono] version = "0.4.6" [dependencies.clap] version = "2.32" features = ["color", "vec_map"] default-features = false [dependencies.curl-http] version = "0.1.0" [dependencies.dirs] version = "1.0.3" [dependencies.failure] version = "0.1.2" [dependencies.failure_derive] version = "0.1.2" [dependencies.open] version = "1.2.2" [dependencies.serde] version = "1.0.71" [dependencies.serde_derive] version = "1.0.79" [dependencies.serde_json] version = "1.0.27" [dev-dependencies.itertools] version = "0.7.8" [build-dependencies.clap] version = "2.32" default-features = false