# 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 = "tvmasm" version = "0.0.9" include = [ "src/**/*.rs", "src/**/*.tvm", "./LICENSE-*", "./README.md", ] description = "CLI for 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.argh] version = "0.1" [dependencies.async-trait] version = "0.1" [dependencies.console] version = "0.15" [dependencies.dashmap] version = "5.5" [dependencies.either] version = "1.9" [dependencies.everscale-asm] version = "0.0.9" [dependencies.everscale-types] version = "0.1.0-rc.7" features = ["sync"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", "sync", "io-std", ] [dependencies.tower-lsp] version = "0.20" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.unicode-width] version = "0.1"