1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14rust-version = "1.81" 15name = "zerofrom" 16version = "0.1.6" 17authors = ["Manish Goregaokar <manishsmail@gmail.com>"] 18build = false 19include = [ 20 "data/**/*", 21 "src/**/*", 22 "examples/**/*", 23 "benches/**/*", 24 "tests/**/*", 25 "Cargo.toml", 26 "LICENSE", 27 "README.md", 28] 29autolib = false 30autobins = false 31autoexamples = false 32autotests = false 33autobenches = false 34description = "ZeroFrom trait for constructing" 35readme = "README.md" 36keywords = [ 37 "zerocopy", 38 "serialization", 39 "lifetime", 40 "borrow", 41] 42categories = [ 43 "data-structures", 44 "caching", 45 "no-std", 46] 47license = "Unicode-3.0" 48repository = "https://github.com/unicode-org/icu4x" 49 50[package.metadata.docs.rs] 51all-features = true 52 53[package.metadata.workspaces] 54independent = true 55 56[features] 57alloc = [] 58default = ["alloc"] 59derive = ["dep:zerofrom-derive"] 60 61[lib] 62name = "zerofrom" 63path = "src/lib.rs" 64 65[dependencies.zerofrom-derive] 66version = "0.1.3" 67optional = true 68default-features = false 69