Files
tlsn-utils/spansy/Cargo.toml
th4s 6c9c40e68a chore: clippy, fmt, warnings (#64)
* clippy fixes

* fmt fixes

* mirgrate to 2024 and fix workspace warning

* fix profile

* rustfmt

---------

Co-authored-by: sinu <65924192+sinui0@users.noreply.github.com>
2025-05-01 10:09:50 -07:00

23 lines
518 B
TOML

[package]
name = "spansy"
version = "0.1.0"
edition = "2024"
description = "Parsing with span information"
repository = "https://github.com/tlsnotary/tlsn-utils"
license = "MIT OR Apache-2.0"
[features]
default = []
serde = ["dep:serde", "bytes/serde", "rangeset/serde"]
[dependencies]
rangeset = { version = "0.2" }
bytes.workspace = true
serde = { workspace = true, features = ["derive"], optional = true }
thiserror.workspace = true
httparse = "1.8"
pest = { version = "2.7" }
pest_derive = { version = "2.7" }