# 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] edition = "2018" name = "archiveis" version = "0.4.0" authors = ["Matthias Seitz "] description = "Archive websites online using the archive.is capturing service.\n" documentation = "https://docs.rs/archiveis" readme = "README.md" keywords = ["archive"] categories = ["command-line-utilities", "api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/mattsse/archiveis-rs" [[bin]] name = "archiveis" path = "src/archiveis.rs" required-features = ["cli"] [dependencies.chrono] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" optional = true [dependencies.reqwest] version = "0.10" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.structopt] version = "0.3" optional = true [dependencies.tokio] version = "0.2" features = ["macros"] optional = true [dependencies.url] version = "2.1" [dev-dependencies.tokio] version = "0.2" features = ["macros"] [features] cli = ["structopt", "pretty_env_logger", "with-serde", "serde_json", "tokio"] with-serde = ["serde", "chrono/serde"] [badges.travis-ci] repository = "mattsse/archiveis-rs"