# 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 = "2018" name = "node-semver" version = "2.1.0" authors = [ "Felipe Sere ", "Kat Marchán ", ] description = "A node-semver compliant semver implementation in Rust." documentation = "https://docs.rs/node-semver" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/felipesere/node-semver-rs" [dependencies.bytecount] version = "0.6.0" [dependencies.miette] version = "5.3.0" [dependencies.nom] version = "7.1.1" [dependencies.serde] version = "1.0.126" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.serde_derive] version = "1.0.115" [dev-dependencies.serde_json] version = "1.0.57"