# 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 = "mmrbi" version = "0.0.20" authors = ["MaulingMonkey "] description = "MaulingMonkey's Rust Build Infrastructure" documentation = "https://docs.rs/mmrbi/" readme = "Readme.md" keywords = [] categories = ["development-tools::build-utils"] license = "Apache-2.0 OR MIT" repository = "https://github.com/MaulingMonkey/mmrbi" [package.metadata.docs.rs] all-features = true default-target = "x86_64-pc-windows-msvc" rustdoc-args = ["--cfg=doc_cfg"] [lib] path = "src/_lib.rs" [dependencies.alphanumeric-sort] version = "=1.4.0" [dependencies.lazy_static] version = "1" [dependencies.semver] version = "0.11" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.toml] version = "0.5" optional = true [features] all = [ "serde", "toml", "version", ] default = [] version = ["semver"]