# 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 = "tlb-ton" version = "0.3.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Common TL-B types for 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 = "tlb_ton" path = "src/lib.rs" [dependencies.base64] version = "0.21" [dependencies.chrono] version = "0.4" default-features = false [dependencies.crc] version = "3" [dependencies.hex] version = "0.4" [dependencies.impl-tools] version = "0.10" [dependencies.lazy_static] version = "1.4" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.serde_with] version = "3.8" features = ["macros"] optional = true [dependencies.strum] version = "0.25" features = ["derive"] [dependencies.tlb] version = "0.3.2" [dev-dependencies.serde_json] version = "1" [features] serde = ["dep:serde_with"]