1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 22:51:07 +01:00
actix-net/string/Cargo.toml

19 lines
432 B
TOML
Raw Normal View History

2019-12-07 04:59:39 +01:00
[package]
name = "bytestring"
2020-01-15 00:06:02 +01:00
version = "0.1.4"
2019-12-07 04:59:39 +01:00
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "A UTF-8 encoded string with Bytes as a storage"
keywords = ["actix"]
homepage = "https://actix.rs"
repository = "https://github.com/actix/actix-net.git"
documentation = "https://docs.rs/bytestring/"
license = "MIT/Apache-2.0"
edition = "2018"
[lib]
2019-12-07 05:15:26 +01:00
name = "bytestring"
2019-12-07 04:59:39 +01:00
path = "src/lib.rs"
[dependencies]
bytes = "0.5.3"