[dependencies.bytes]
optional = true
version = "1.1"
[dependencies.digest]
version = "0.9.0"
[dependencies.sha2]
optional = true
version = "0.9.9"
[dependencies.smallvec]
features = ["union", "const_generics"]
version = "1.7"
[dependencies.thiserror]
version = "1.0"
[dependencies.tl-proto-proc]
optional = true
version = "=0.3.11"
[features]
default = ["derive", "bytes", "hash"]
derive = ["tl-proto-proc"]
hash = ["sha2"]
[package]
authors = ["Ivan Kalinin <i.kalinin@dexpa.io>"]
description = "A collection of traits for working with TL serialization/deserialization"
edition = "2021"
include = ["src/**/*.rs", "README.md"]
license = "MIT"
name = "tl-proto"
readme = "README.md"
repository = "https://github.com/broxus/tl-proto"
version = "0.3.13"