# 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" version = "0.2.4" authors = [ "Myriad-Dreamin ", "OrangeX4 ", "mgt ", ] description = "Specification Library for MiTeX" homepage = "https://github.com/mitex-rs/mitex" license = "Apache-2.0" repository = "https://github.com/mitex-rs/mitex" [[bench]] name = "spec_constructions" harness = false [dependencies.fxhash] version = "0.2.1" [dependencies.rkyv] version = "0.7.42" optional = true [dependencies.serde] version = "1.0.188" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.106" [dev-dependencies.divan] version = "0.1.7" [dev-dependencies.once_cell] version = "1" [features] default = [ "serde", "rkyv", "rkyv-validation", ] rkyv = [ "dep:rkyv", "rkyv/alloc", "rkyv/archive_le", ] rkyv-validation = [ "dep:rkyv", "rkyv/validation", ] [lints.clippy] missing_panics_doc = "warn" missing_safety_doc = "warn" undocumented_unsafe_blocks = "warn" uninlined_format_args = "warn" [lints.rust] missing_docs = "warn"