# 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.77.1" name = "everscale-asm" version = "0.0.9" include = [ "src/**/*.rs", "src/**/*.tvm", "./LICENSE-*", "./README.md", ] description = "Rust implementation of TVM Assembler" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/broxus/everscale-asm" [dependencies.ahash] version = "0.8" [dependencies.anyhow] version = "1.0" [dependencies.chumsky] version = "1.0.0-alpha.7" [dependencies.either] version = "1.9" [dependencies.everscale-types] version = "0.1.0-rc.7" [dependencies.hex] version = "0.4" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.thiserror] version = "1.0"