2024-10-16 14:15:33 +03:00
# 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"
name = "zerofrom-derive"
2024-10-16 15:19:37 +03:00
version = "0.1.4"
2024-10-16 14:15:33 +03:00
authors = [ "Manish Goregaokar <manishsmail@gmail.com>" ]
description = "Custom derive for the zerofrom crate"
readme = "README.md"
keywords = [
"zerocopy" ,
"serialization" ,
"lifetime" ,
"borrow" ,
]
categories = [
"data-structures" ,
"memory-management" ,
"caching" ,
"no-std" ,
]
2024-10-16 15:19:37 +03:00
license = "Unicode-3.0"
2024-10-16 14:15:33 +03:00
repository = "https://github.com/unicode-org/icu4x"
[ package . metadata . workspaces ]
independent = true
[ lib ]
path = "src/lib.rs"
2024-10-16 15:19:37 +03:00
proc-macro = true
2024-10-16 14:15:33 +03:00
[ dependencies . proc-macro2 ]
2024-10-16 15:19:37 +03:00
version = "1.0.61"
2024-10-16 14:15:33 +03:00
[ dependencies . quote ]
2024-10-16 15:19:37 +03:00
version = "1.0.28"
2024-10-16 14:15:33 +03:00
[ dependencies . syn ]
2024-10-16 15:19:37 +03:00
version = "2.0.21"
features = [ "fold" ]
2024-10-16 14:15:33 +03:00
[ dependencies . synstructure ]
2024-10-16 15:19:37 +03:00
version = "0.13.0"
2024-10-16 14:15:33 +03:00
2024-10-16 15:19:37 +03:00
[ dev-dependencies ]