# 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 = "overloaded_literals" version = "0.8.3" authors = ["Qqwy / Marten"] exclude = [] description = "Overloaded Literals to construct your datatypes without boilerplate and with compile-time validation" readme = "README.md" keywords = [ "const", "generic", "literals", "no_std", "overloading", ] categories = [ "development-tools", "rust-patterns", "no-std", "no-std::no-alloc", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Qqwy/rust-overloaded_literals" resolver = "1" [dependencies.overloaded_literals_macro] version = "= 0.8.3" [dependencies.tlist] version = "0.7.0" [dev-dependencies.const-str] version = "0.5.4"