# 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" rust-version = "1.80" name = "tinywasm-types" version = "0.8.0" authors = ["Henry Gressmann "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TinyWasm types" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/explodingcamera/tinywasm" [lib] name = "tinywasm_types" path = "src/lib.rs" [dependencies.bytecheck] version = "0.7" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.rkyv] version = "0.7" features = [ "size_32", "validation", ] optional = true default-features = false [features] archive = [ "dep:rkyv", "dep:bytecheck", ] default = [ "std", "logging", "archive", ] logging = ["dep:log"] std = ["rkyv?/std"]