Files
Notes/notes-service/vendor/bytecheck_derive/Cargo.toml
T
2026-08-01 16:11:49 +03:00

37 lines
935 B
TOML

# 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 = "bytecheck_derive"
version = "0.6.12"
authors = ["David Koloski <djkoloski@gmail.com>"]
description = "Derive macro for bytecheck"
documentation = "https://docs.rs/bytecheck_derive"
license = "MIT"
repository = "https://github.com/djkoloski/bytecheck"
[lib]
proc-macro = true
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "1.0"
[features]
default = ["std"]
std = []