# 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 = "orx-pseudo-default-derive" version = "1.0.0" authors = ["orxfun "] description = "Derives the PseudoDefault trait that allows to create a cheap default instance of a type, which does not claim to be useful." readme = "README.md" keywords = [ "default", "pseudo", "uninitialized", "swap", ] categories = [ "data-structures", "rust-patterns", "no-std", ] license = "MIT" repository = "https://github.com/orxfun/orx-pseudo-default-derive/" [lib] proc-macro = true [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.74" features = [ "derive", "parsing", ] [dev-dependencies.orx-pseudo-default] version = "1.3" default-features = false