# 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 = "achan" version = "0.2.0" description = "A simple & convenient representation for any value" readme = "README.md" categories = [ "data-structures", "no-std", "rust-patterns", "wasm", ] license = "MPL-2.0" repository = "https://github.com/konall/achan" [package.metadata.component] package = "konall:achan" [dependencies.serde] version = "1" features = [ "alloc", "derive", ] optional = true default-features = false [dependencies.wit-bindgen] version = "0.17.0" features = ["realloc"] optional = true default-features = false [features] serde = ["dep:serde"] wasm-component = ["dep:wit-bindgen"]