# 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 = "mitex-spec-gen" version = "0.2.4" authors = [ "Myriad-Dreamin ", "OrangeX4 ", "mgt ", ] description = "Guard to geneate specification files for dependent crates" homepage = "https://github.com/mitex-rs/mitex" license = "Apache-2.0" repository = "https://github.com/mitex-rs/mitex" [dependencies.mitex-spec] version = "0.2.4" [dependencies.once_cell] version = "1" [build-dependencies.anyhow] version = "1" [build-dependencies.mitex-spec] version = "0.2.4" [build-dependencies.serde] version = "1.0.188" features = ["derive"] [build-dependencies.serde_json] version = "1.0.106" [build-dependencies.which] version = "5.0.0" [features] generate = [] prebuilt = [] [lints.clippy] missing_panics_doc = "warn" missing_safety_doc = "warn" undocumented_unsafe_blocks = "warn" uninlined_format_args = "warn" [lints.rust] missing_docs = "warn"