# 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.79.0" name = "conda_curation" version = "0.7.0" description = "Reduce conda repodata to enforce policy and speed up solves. Alpha software." readme = "README.md" license = "MIT" repository = "https://github.com/AaronOpfer/conda_curation" [profile.dev] opt-level = 1 [profile.release] lto = "fat" codegen-units = 1 [dependencies.bitvec] version = "1.0.1" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.futures] version = "0.3.30" [dependencies.fxhash] version = "0.2.1" [dependencies.itertools] version = "0.13.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rattler] version = "0.26.2" [dependencies.rattler_conda_types] version = "0.24.0" [dependencies.rattler_repodata_gateway] version = "0.20.4" [dependencies.rayon] version = "1.8.0" [dependencies.reqwest] version = "0.12.4" [dependencies.reqwest-middleware] version = "0.3.1" [dependencies.serde] version = "1.0.192" [dependencies.serde_json] version = "1.0.108" [dependencies.serde_yaml] version = "0.9.27" [dependencies.tikv-jemallocator] version = "0.5.4" [dependencies.tokio] version = "1.37.0" features = [ "tokio-macros", "full", ] [dependencies.typed-arena] version = "2.0.2" [dependencies.url] version = "2.5.0" [lints.clippy] missing-errors-doc = "allow" missing-panics-doc = "allow" [lints.clippy.pedantic] level = "warn" priority = -1