[package] name = "multistr" version = "0.5.4" authors = ["Clar Charr "] repository = "https://git.charr.xyz/purgatory/multistr.git" description = "Store multiple strings in the same heap buffer." readme = "README.md" license-file = "LICENSE" exclude = [".gitignore"] [badges.maintenance] status = "as-is" [dependencies] bow = "1.0" extra-default = "0.2" len-trait = { version = "0.6", features = ["std"] } push-trait = { version = "0.6", features = ["std"] } quickcheck = { version = "0.4", optional = true } void = "1.0" [dev-dependencies] quickcheck = "0.4" [features] inclusive_range = []