# 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 = "pzzld-core" version = "0.0.0" authors = ["FL03 "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "The pzzld platform facilitates unique experiences enabled by generative technologies and WebAssembly (WASM)" homepage = "https://github.com/FL03/pzzld/wiki" readme = "README.md" keywords = [ "platform", "pzzld", "wasm", ] categories = [] license = "Apache-2.0" repository = "https://github.com/FL03/pzzld.git" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [lib] name = "pzzld_core" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" test = true doctest = true bench = true [[test]] name = "default" path = "tests/default.rs" [dependencies.paste] version = "1" [dependencies.rand] version = "0.8" optional = true default-features = false [dependencies.serde] version = "1" features = ["derive"] optional = true default-features = false [dependencies.smart-default] version = "0.7" [dependencies.strum] version = "0.26" features = ["derive"] default-features = false [dev-dependencies.lazy_static] version = "1" [build-dependencies] [features] alloc = [ "rand?/alloc", "serde?/alloc", ] default = ["std"] full = [ "default", "rand", "serde", ] rand = ["dep:rand"] serde = ["dep:serde"] std = [ "alloc", "rand?/std", "serde?/std", "strum/std", ] [target.'cfg(target_family = "wasm32")'.dependencies.getrandom] version = "0.2" features = ["js"] [target.wasm32-wasi]