# 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" version = "1.4.0" authors = ["orxfun "] description = "PseudoDefault trait 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/" [dependencies.orx-pseudo-default-derive] version = "1.0" optional = true [features] default = [ "std", "derive", ] derive = ["orx-pseudo-default-derive"] std = []