# 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 = "tl-proto" version = "0.4.10" authors = ["Ivan Kalinin "] build = false include = [ "src/**/*.rs", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of traits for working with TL serialization/deserialization" readme = "README.md" license = "MIT" repository = "https://github.com/broxus/tl-proto" [lib] name = "tl_proto" path = "src/lib.rs" [dependencies.bytes] version = "1.1" optional = true [dependencies.digest] version = "0.10" [dependencies.sha2] version = "0.10" optional = true [dependencies.smallvec] version = "1.7" features = [ "union", "const_generics", ] [dependencies.thiserror] version = "1.0.64" [dependencies.tl-proto-proc] version = "=0.4.7" optional = true [features] default = [ "derive", "bytes", "hash", ] derive = ["tl-proto-proc"] hash = ["sha2"]