# 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 = "nowasm" version = "0.0.2" authors = ["Takeru Ohta "] description = "No-std, no-unsafe and no-dependencies WebAssembly 1.0 runtime library" homepage = "https://github.com/sile/nowasm" readme = "README.md" categories = ["no-std"] license = "MIT" repository = "https://github.com/sile/nowasm" [[example]] name = "add" crate-type = ["cdylib"] path = "examples/wasm/add.rs" [[example]] name = "fib" crate-type = ["cdylib"] path = "examples/wasm/fib.rs" [[example]] name = "hello" crate-type = ["cdylib"] path = "examples/wasm/hello.rs" [dependencies] [dev-dependencies.clap] version = "4.5.7" features = ["derive"] [dev-dependencies.orfail] version = "1.1.0" [dev-dependencies.serde] version = "1.0.203" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.117" [features] default = [ "std", "sign_extension", ] sign_extension = [] std = []