# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.64" name = "implicit-clone" version = "0.5.0" authors = ["Cecile Tonglet "] description = "Immutable types and ImplicitClone trait similar to Copy" homepage = "https://github.com/yewstack/implicit-clone" documentation = "https://docs.rs/implicit-clone" readme = "README.md" keywords = [ "immutable", "cheap-clone", "copy", "rc", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/yewstack/implicit-clone" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.implicit-clone-derive] version = "0.1" optional = true [dependencies.indexmap] version = "2" optional = true [dependencies.serde] version = "1" optional = true [dev-dependencies.static_assertions] version = "1" [features] default = ["derive"] derive = ["implicit-clone-derive"] map = ["indexmap"] serde = [ "dep:serde", "indexmap/serde", ]