# 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 = "bos" version = "0.3.1" authors = ["Jonas Jebing "] description = "Flexible Borrowed, Owned or Shared (B.O.S.) smart pointers.\nLike std's Cow but with Rc/Arc and without the ToOwned requirement.\n" documentation = "https://docs.rs/bos/" readme = "readme.md" keywords = ["cow", "rc", "shared", "pointer", "string"] categories = ["rust-patterns", "data-structures"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/JonasJebing/bos" resolver = "2" [package.metadata.docs.rs] features = ["lifetime", "serde"] [dependencies.lifetime] version = "0.1" optional = true [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.lifetime] version = "0.1" features = ["macros"] [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tap] version = "1.0" [features] unstable = []