Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "smol_str"
version = "0.1.18"
description = "small-string optimized string type with O(1) clone"
license = "MIT OR Apache-2.0"
repository = "https://github.com/matklad/smol_str"
authors = ["Aleksey Kladov <[email protected]>"]
edition = "2018"

[dependencies]
serde = { version = "1", optional = true, default_features = false, features = [ "std" ] }
arbitrary = { version = "1", optional = true }

[dev-dependencies]
proptest = "0.10"
serde_json = "1"
serde =  { version = "1", features = [ "derive" ] }