# 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 = "wa_proto" version = "0.1.2" authors = ["Rail Khusnutdinov "] description = "(de)serialization protocol for webassembly engines" homepage = "https://github.com/libfunc/wa-proto/" documentation = "https://docs.rs/wa-proto/" readme = "README.md" keywords = [ "webassembly", "wasm", "wasi", "serialization", "protocol", ] categories = [ "encoding", "no-std", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/libfunc/wa-proto/" [dependencies.chrono] version = "0.4" optional = true default-features = false [dependencies.hashbrown] version = "0.12" optional = true [dependencies.rustc-hash] version = "1.1" optional = true default-features = false [dependencies.time] version = "0.3.2" default-features = false [dependencies.wa_proto_macro] version = "0.1.2" [features] default = ["std"] hashmap = ["hashbrown"] map = ["rustc-hash"] no_std = ["hashbrown"] std = [ "map", "time/std", ]