# 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 = "tonlib-core-anychain" version = "0.20.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Data structures library for tonlib-client" readme = "README.md" license = "MIT" repository = "https://github.com/loki-cmu/tonlib-rs" resolver = "2" [lib] name = "tonlib_core_anychain" path = "src/lib.rs" [dependencies.base64] version = "0.22" [dependencies.bitstream-io] version = "2.2" [dependencies.bitvec] version = "1.0" [dependencies.crc] version = "3" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.12" features = ["std"] [dependencies.lazy_static] version = "1" [dependencies.nacl] version = "0.5" [dependencies.num-bigint] version = "0.4" features = ["serde"] [dependencies.num-traits] version = "0.2" [dependencies.pbkdf2] version = "0.12" features = ["simple"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.tokio-test] version = "0.4"