# 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_lc" version = "0.1.0" authors = ["Vladimir Lebedev "] description = "Low-level implementation of TON lite client" keywords = ["ton"] categories = ["network-programming"] license = "MIT" repository = "https://github.com/tonstack/lite-client" resolver = "1" [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.2.25" features = ["derive"] [dependencies.env_logger] version = "0.9.0" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.14" [dependencies.pretty-hex] version = "0.2.1" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1" [dependencies.tokio] version = "1.36" features = ["full"] [dependencies.ton_liteapi] version = "0.1.0" [dependencies.ton_networkconfig] version = "0.1.0" [dependencies.ureq] version = "2.4.0"