# 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.70" name = "nucleide" version = "0.1.0" include = [ "src/", "README.md", ] description = """ A crate to manipulate custom sections of a WebAssembly module to view/edit application metadata. """ homepage = "https://github.com/ardaku/nucleide/blob/stable/CHANGELOG.md" documentation = "https://docs.rs/nucleide" readme = "README.md" keywords = [ "metadata", "quantii", "daku", "app", "nucleic", ] categories = [ "development-tools::build-utils", "os", "parser-implementations", "value-formatting", "wasm", ] license = "Apache-2.0 OR BSL-1.0 OR MIT" repository = "https://github.com/ardaku/nucleide/" [dependencies.num_enum] version = "0.6" [dependencies.parity-wasm] version = "0.45" default-features = false