# 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 = "wasi-print" version = "0.2.2" authors = ["Bart Massey "] description = "WASI print and panic library for WASM no_std." readme = "README.md" keywords = [ "wasi", "print", "panic_handler", ] categories = [ "no-std", "wasm", ] license = "MIT" repository = "https://github.com/BartMassey/wasi-print" [profile.dev] panic = "abort" [profile.release] panic = "abort" [lib] crate-type = ["rlib"] path = "src/lib.rs" [dependencies.compiler_builtins] version = "0.1" features = ["mem"] optional = true default-features = false [dependencies.dlmalloc] version = "0.2" features = ["global"] optional = true default-features = false [dependencies.wasi] version = "0.11" default-features = false [features] default = [ "print", "panic-handler", ] panic-handler = [] print = [ "dlmalloc", "compiler_builtins", ] [badges.maintenance] status = "actively-developed"