# 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 = "ton-contracts" version = "0.3.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings for common smart-contracts on TON blockchain" readme = "README.md" keywords = [ "ton", "tlb", "tl-b", "boc", ] categories = ["encoding"] license-file = "LICENSE.txt" repository = "https://github.com/mitinarseny/toner" [lib] name = "ton_contracts" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.bitvec] version = "1" [dependencies.chrono] version = "0.4" default-features = false [dependencies.hmac] version = "0.12" optional = true [dependencies.lazy_static] version = "1.4" [dependencies.nacl] version = "0.5" optional = true [dependencies.num-bigint] version = "0.4" [dependencies.pbkdf2] version = "0.12" features = ["simple"] optional = true [dependencies.sha2] version = "0.10" optional = true [dependencies.tlb] version = "0.3.2" [dependencies.tlb-ton] version = "0.3.2" [dev-dependencies.hex-literal] version = "0.4" [features] default = [ "wallet", "jetton", ] jetton = [] wallet = [ "dep:nacl", "dep:hmac", "dep:sha2", "dep:pbkdf2", ]