# 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" rust-version = "1.63" name = "built_different" version = "0.1.0" authors = ["Andrej Orsula "] description = "Utilities for Rust build scripts" readme = "README.md" keywords = ["build"] categories = ["development-tools::build-utils"] license = "MIT OR Apache-2.0" repository = "https://github.com/AndrejOrsula/built_different" [lib] name = "built_different" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.compress-tools] version = "0.14" [dependencies.diffy] version = "0.3" [dependencies.dirs] version = "5" [dependencies.reqwest] version = "0.11" [dependencies.tokio] version = "1.32" features = ["rt-multi-thread"] [dependencies.walkdir] version = "2"