rqbit/crates/buffers/Cargo.toml

15 lines
511 B
TOML
Raw Normal View History

2021-07-03 19:10:59 +01:00
[package]
2023-11-15 13:48:50 +00:00
name = "librqbit-buffers"
2024-03-29 21:06:59 +00:00
version = "3.0.0"
2023-11-22 23:13:27 +00:00
edition = "2021"
2023-11-15 14:08:19 +00:00
description = "Utils to work with &[u8] and Vec<u8> in librqbit source code."
license = "Apache-2.0"
documentation = "https://docs.rs/librqbit-buffers"
readme = "README.md"
2021-07-03 19:10:59 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-03-29 21:06:59 +00:00
serde = { version = "1", features = ["derive"] }
clone_to_owned = { path = "../clone_to_owned", package = "librqbit-clone-to-owned", version = "2.2.1" }