# 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 = "crates-enum" version = "0.0.10" authors = ["Saurabh Srivastava"] description = "Process crates.io metadata CSV" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/OpenCoderAI/crates-enum" [[bin]] name = "crates-enum" path = "src/bin/crates-enum/main.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.csv] version = "1.1.6" [dependencies.git2] version = "0.16.0" [dependencies.indexmap] version = "1.9.2" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.url] version = "2.3.1"