# 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 = "npm_time_machine" version = "1.0.0" authors = ["Przemysław Alexander Kamiński (exlee)"] exclude = [ "extras/*", "sample_data/*", ".licensesnip", ] description = "Utility to move package.json through the time. Pin and upgrade your project in chunks!" homepage = "https://github.com/exlee/npm_time_machine" readme = "README.md" keywords = [ "npm", "utility", "cli", ] categories = [ "command-line-utilities", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/exlee/npm_time_machine" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.reqwest] version = "0.11.14" features = ["json"] [dependencies.semver] version = "1.0.17" features = ["serde"] [dependencies.serde] version = "1.0.154" features = ["derive"] [dependencies.serde_json] version = "1.0.94" features = [ "std", "preserve_order", ] [dependencies.time] version = "0.3.20" features = [ "macros", "parsing", "serde", ] [dependencies.tokio] version = "1.26.0" features = ["full"]