# 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 = "wayback-mirror" version = "0.1.0" authors = ["Jonas Schievink "] description = "Wayback Machine downloader / mirroring tool" documentation = "https://docs.rs/wayback-mirror/" readme = "README.md" keywords = ["internet", "archive", "backup", "clone", "archival"] categories = ["command-line-utilities"] license = "0BSD" repository = "https://github.com/jonas-schievink/wayback-mirror.git" [package.metadata.release] no-dev-version = true pre-release-commit-message = "Release {{version}}" tag-message = "{{version}}" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = "## Unreleased\n\nNo changes.\n\n## [{{version}} - {{date}}](https://github.com/jonas-schievink/wayback-mirror/releases/tag/v{{version}})\n" search = "## Unreleased\n" [dependencies.async-std] version = "1" features = ["attributes"] [dependencies.futures] version = "0.3.14" [dependencies.indicatif] version = "0.16.0" [dependencies.log] version = "0.4.14" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.structopt] version = "0.3.21" [dependencies.surf] version = "2.2.0" features = ["h1-client-rustls", "encoding"] default-features = false