# 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 = "next_semver" version = "1.0.0" publish = true description = "Send your current version and the type of bump you want, and you get back the new version. As webpage or as library." license = "Apache-2.0" resolver = "2" [profile.dev.package."*"] opt-level = 3 [profile.release] opt-level = 3 lto = "thin" [lib] name = "next_semver" path = "src/lib.rs" [[bin]] name = "next_semver" path = "src/main.rs" required-features = ["web"] [dependencies.rocket] version = "0.5.0-rc.1" optional = true [dependencies.semver] version = "1.0.4" [features] web = ["rocket"] [target."cfg(not(target_env = \"msvc\"))".dependencies.jemallocator] version = "0.3.2" optional = true