# 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 = "2018" rust-version = "1.51.0" name = "multiconst" version = "0.2.2" authors = ["rodrimati1992 "] include = [ "Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-ZLIB.md", ] description = "destructures an expression into multiple constants" documentation = "https://docs.rs/multiconst/" readme = "./README.md" keywords = ["no-std"] categories = ["no-std"] license = "Zlib" repository = "https://github.com/rodrimati1992/multiconst/" resolver = "2" [package.metadata.docs.rs] features = [ "derive", "docsrs", ] [dependencies.multiconst_proc_macros] version = "=0.2.2" [dev-dependencies.static_assertions] version = "1.1" [dev-dependencies.trybuild] version = "1.0" [features] __dbg = ["multiconst_proc_macros/__dbg"] __no_ui_tests = [] derive = ["multiconst_proc_macros/derive"] docsrs = []