# 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 = "all" version = "0.0.1" authors = ["Gabriel Facco de Arruda "] build = "build.rs" publish = true description = "All of the crates, inconveniently bundled in a single crate!" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/arrudagates/rust-all" [lib] name = "all" crate-type = ["rlib"] path = "src/lib.rs" required-features = [] edition = "2021" [dependencies] [build-dependencies.cargo_toml] version = "^0.20.2" [build-dependencies.crates-index] version = "^2.8.0" features = [ "git", "parallel", "git-performance", ] [build-dependencies.rayon] version = "^1.10.0" [build-dependencies.toml] version = "^0.8.12"