cheap-clone 0.3.1

A trait which indicates that such type can be cloned cheaply.
Documentation
# 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.77.0"
name = "cheap-clone"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A trait which indicates that such type can be cloned cheaply."
homepage = "https://github.com/al8n/layer0/tree/main/cheap-clone"
documentation = "https://docs.rs/cheap-clone"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/al8n/layer0/tree/main/cheap-clone"
resolver = "3"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
alloc = []
default = ["std"]
std = [
    "either?/default",
    "smol_str_0_3?/default",
    "smol_str_0_2?/default",
    "triomphe_0_1?/std",
    "faststr_0_2?/default",
]

[lib]
name = "cheap_clone"
path = "src/lib.rs"

[dependencies.among]
version = "0.2"
optional = true
default-features = false

[dependencies.bytes_1]
version = "1"
optional = true
default-features = false
package = "bytes"

[dependencies.either]
version = "1"
optional = true
default-features = false

[dependencies.faststr_0_2]
version = "0.2"
optional = true
default-features = false
package = "faststr"

[dependencies.paste]
version = "1"

[dependencies.seq-macro]
version = "0.3"

[dependencies.smol_str_0_2]
version = "0.2"
optional = true
default-features = false
package = "smol_str"

[dependencies.smol_str_0_3]
version = "0.3"
optional = true
default-features = false
package = "smol_str"

[dependencies.triomphe_0_1]
version = "0.1"
optional = true
default-features = false
package = "triomphe"