# 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] edition = "2018" name = "cervine" version = "0.0.6" authors = ["Tamme Schichler "] include = ["**/*.rs", "!tests/meta_*.rs", "Cargo.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE-*", "README.md"] description = "A slightly more flexible Cow; roughly to T: Borrow as alloc::borrow::Cow is to B: ToOwned" homepage = "https://github.com/Tamschi/cervine/tree/v0.0.6" documentation = "https://docs.rs/cervine/0.0.6" readme = "README.md" keywords = ["no_std", "Borrow", "Cow", "Serde"] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/Tamschi/cervine" [dependencies.serde] version = "1.0.115" optional = true default-features = false [dev-dependencies.cargo-husky] version = "1.5.0" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.git_info] version = "0.1.2" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.smartstring] version = "0.2.3" [dev-dependencies.version-sync] version = "0.9.1" [badges.is-it-maintained-issue-resolution] repository = "Tamschi/cervine" [badges.is-it-maintained-open-issues] repository = "Tamschi/cervine" [badges.maintenance] status = "experimental" [badges.travis-ci] branch = "unstable" repository = "Tamschi/cervine"