mirror of
https://git.proxmox.com/git/rustc
synced 2026-02-04 00:14:13 +00:00
51 lines
1.3 KiB
TOML
51 lines
1.3 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 believe there's an error in this file please file an
|
|
# issue against the rust-lang/cargo repository. If you're
|
|
# editing this file be aware that the upstream Cargo.toml
|
|
# will likely look very different (and much more reasonable)
|
|
|
|
[package]
|
|
edition = "2018"
|
|
name = "tinyvec"
|
|
version = "0.3.4"
|
|
authors = ["Lokathor <zefria@gmail.com>"]
|
|
description = "Just, really the littlest Vec you could need. So smol."
|
|
keywords = ["vec", "no_std", "no-std", "smol"]
|
|
categories = ["data-structures", "no-std"]
|
|
license = "Zlib OR Apache-2.0 OR MIT"
|
|
repository = "https://github.com/Lokathor/tinyvec"
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
|
|
[[test]]
|
|
name = "tinyvec"
|
|
required-features = ["alloc"]
|
|
|
|
[[bench]]
|
|
name = "macros"
|
|
harness = false
|
|
required-features = ["alloc"]
|
|
|
|
[dependencies]
|
|
[dev-dependencies.criterion]
|
|
version = "0.3.0"
|
|
|
|
[features]
|
|
alloc = []
|
|
default = []
|
|
experimental_write_impl = []
|
|
grab_spare_slice = []
|
|
nightly_const_generics = []
|
|
nightly_slice_partition_dedup = []
|
|
[badges.appveyor]
|
|
repository = "Lokathor/tinyvec"
|
|
|
|
[badges.travis-ci]
|
|
repository = "Lokathor/tinyvec"
|