# 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.61.0" name = "npm_client" version = "0.13.0" authors = ["Charles Samborski "] description = "npm registry client" homepage = "https://github.com/eternaltwin/eternaltwin" documentation = "https://github.com/eternaltwin/eternaltwin" readme = "./README.md" keywords = [ "npm", "api", ] license = "AGPL-3.0-or-later" repository = "https://github.com/eternaltwin/eternaltwin" [dependencies.async-trait] version = "0.1.66" [dependencies.auto_impl] version = "1.0.1" [dependencies.chrono] version = "0.4.24" [dependencies.indexmap] version = "2.1.0" [dependencies.itoa] version = "1.0.6" [dependencies.reqwest] version = "0.11.14" features = [ "json", "rustls-tls", ] optional = true default-features = false [dependencies.serde] version = "1.0.155" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.94" features = ["preserve_order"] optional = true [dependencies.thiserror] version = "1.0.40" [dependencies.url] version = "2.3.1" optional = true [features] default = ["http"] http = [ "dep:reqwest", "dep:serde_json", "serde", "url", ] serde = [ "dep:serde", "chrono/serde", "indexmap/serde", "url/serde", ]