# 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 = "zst" version = "0.1.2" authors = ["Dmitrii Demenev "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Zero-sized generic type with the associated type exposing the type parameter" documentation = "https://docs.rs/zst" readme = "README.md" keywords = [ "zst", "zero-sized", "zero", "sized", "typestate", ] categories = [ "no-std", "memory-management", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JohnScience/zst" resolver = "2" [dependencies.const_fn] version = "0.4.9" optional = true [dependencies.remove_macro_call] version = "0.1.1" [dependencies.the_assoc_ty_ext] version = "0.1.0" [dependencies.unconst_trait_impl] version = "0.1.5" [build-dependencies.cfg_aliases] version = "0.1.1" [features] const_default_impls = ["const_fn"] const_fn_trait_bound = [] const_trait_impl = []