60 lines
1.2 KiB
TOML
60 lines
1.2 KiB
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 = "aligned-vec"
|
|
version = "0.6.4"
|
|
authors = ["sarah <>"]
|
|
build = false
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "Aligned vector and box containers"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"vec",
|
|
"allocation",
|
|
"box",
|
|
"slice",
|
|
"alignment",
|
|
]
|
|
license = "MIT"
|
|
repository = "https://github.com/sarah-ek/aligned-vec/"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = [
|
|
"--cfg",
|
|
"docsrs",
|
|
]
|
|
|
|
[features]
|
|
default = ["std"]
|
|
serde = ["dep:serde"]
|
|
std = []
|
|
|
|
[lib]
|
|
name = "aligned_vec"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.equator]
|
|
version = "0.4.1"
|
|
|
|
[dependencies.serde]
|
|
version = "1.0"
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dev-dependencies.bincode]
|
|
version = "1"
|