tl-proto 0.2.3

A collection of traits for working with TL serialization/deserialization
Documentation
[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.2.0"

[features]
default = ["derive", "bytes", "hash"]
derive = ["tl-proto-proc"]
hash = ["sha2"]

[package]
description = "A collection of traits for working with TL serialization/deserialization"
edition = "2021"
include = ["src/**/*.rs", "README.md", "LICENSE"]
license-file = "./LICENSE"
name = "tl-proto"
repository = "https://github.com/broxus/tl-proto"
resolver = "2"
version = "0.2.3"