# 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 = "blockset-lib" version = "0.7.0" authors = ["Sergey Shandar"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "BLOCKSET internal library" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/datablockset/blockset" [lib] name = "blockset_lib" path = "src/lib.rs" [dependencies.io-trait] version = "0.11.0" [dependencies.nanvm-lib] version = "0.1.0" [dev-dependencies.io-test] version = "0.11.0" [dev-dependencies.wasm-bindgen-test] version = "0.3.42"