xtk-core 0.1.0

xtk core library
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 = "2024"
name = "xtk-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "xtk core library"
readme = "README.md"
keywords = []
license = "0BSD"

[features]
serde = ["dep:serde"]

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

[[example]]
name = "array"
path = "examples/array.rs"

[[example]]
name = "defer"
path = "examples/defer.rs"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.serde]
version = "1.0.228"
optional = true

[lints.rust]
missing_docs = "warn"