asm_tl 0.2.0

2x-3x faster than rustedbytes-tl, thanks to Assembly
Documentation
# 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 = "2024"
name = "asm_tl"
version = "0.2.0"
authors = [
    "y21",
    "Yehor Smoliakov",
]
build = "build.rs"
exclude = [".github/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "2x-3x faster than rustedbytes-tl, thanks to Assembly"
homepage = "https://github.com/RustedBytes/asm_tl"
documentation = "https://docs.rs/asm_tl"
readme = "README.md"
keywords = [
    "html",
    "parser",
]
categories = [
    "parser-implementations",
    "parsing",
]
license = "MIT"
repository = "https://github.com/RustedBytes/asm_tl"

[features]
__INTERNALS_DO_NOT_USE = []
default = []

[lib]
name = "asm_tl"
path = "src/lib.rs"

[[bench]]
name = "tl"
path = "benches/tl.rs"
harness = false

[dependencies.memchr]
version = "2.8"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.rustedbytes_tl_baseline]
version = "0.2.0"
features = ["std"]
package = "rustedbytes-tl"

[build-dependencies.cc]
version = "1"

[profile.bench]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
debug-assertions = false
overflow-checks = false
incremental = false

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
debug-assertions = false
panic = "abort"
overflow-checks = false
incremental = false