# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "emver" version = "0.1.6" authors = ["Keagan McClelland "] description = "Semver extension with optional 4th digit given patch semantics. Designed for package distributors" documentation = "https://docs.rs/emver" readme = "README.md" keywords = ["version", "semver", "embassy", "wasm"] license = "MIT" repository = "https://github.com/Start9Labs/emver-rs" [package.metadata.wasm-pack.profile.release] wasm-opt = false [lib] crate-type = ["cdylib", "rlib"] [dependencies.either] version = "1.6.1" [dependencies.fp-core] version = "0.1.9" [dependencies.nom] version = "6.0.0" [dependencies.serde] version = "1.0.117" optional = true [dependencies.wasm-bindgen] version = "0.2.68" optional = true [dev-dependencies.proptest] version = "0.10.1" [dev-dependencies.serde_yaml] version = "0.8.14"