# 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 = "panamax-search-lib" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Search crates in a panamax mirror like `cargo search`" readme = "README.md" license = "MIT" repository = "https://github.com/qtfkwk/panamax-search" [lib] name = "panamax_search_lib" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.flate2] version = "1.0.34" [dependencies.log] version = "0.4.22" [dependencies.owo-colors] version = "4.1.0" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.11.1" [dependencies.rev_lines] version = "0.3.0" [dependencies.semver] version = "1.0.23" features = ["serde"] [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.tar] version = "0.4.42" [dependencies.toml] version = "0.8.19" features = ["parse"] [dependencies.walkdir] version = "2.5.0"