# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "multistr" version = "0.5.4" authors = ["Clar Charr "] exclude = [".gitignore"] description = "Store multiple strings in the same heap buffer." readme = "README.md" license-file = "LICENSE" repository = "https://git.charr.xyz/purgatory/multistr.git" [dependencies.bow] version = "1.0" [dependencies.extra-default] version = "0.2" [dependencies.len-trait] version = "0.6" features = ["std"] [dependencies.push-trait] version = "0.6" features = ["std"] [dependencies.quickcheck] version = "0.4" optional = true [dependencies.void] version = "1.0" [dev-dependencies.quickcheck] version = "0.4" [features] inclusive_range = [] [badges.maintenance] status = "as-is"