# 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.60" name = "self-rust-tokenize" version = "0.4.0" authors = ["Ben "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Turns instances of Rust structures into a token stream that creates the instance" readme = "README.md" keywords = [ "derive", "meta", "meta-programming", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/kaleidawave/self-rust-tokenize" [lib] name = "self_rust_tokenize" path = "lib.rs" [[test]] name = "custom_types" path = "tests/custom_types.rs" [[test]] name = "inbuilt_types" path = "tests/inbuilt_types.rs" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.self-rust-tokenize-derive] version = "0.4.1" [dependencies.smallvec] version = "1" optional = true [features] references = [] smallvec = ["dep:smallvec"]