Files
another-boids-in-rust/vendor/yazi/Cargo.toml

46 lines
1.1 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 = "yazi"
version = "0.2.1"
authors = ["Chad Brokaw <cbrokaw@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DEFLATE/zlib compression and decompression."
homepage = "https://github.com/dfrg/yazi"
readme = "README.md"
keywords = [
"deflate",
"zlib",
"compression",
"decompression",
]
categories = ["compression"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/dfrg/yazi"
[lib]
name = "yazi"
path = "src/lib.rs"
[features]
default = ["std"]
std = []
[target.'cfg(target_family = "wasm")'.dev-dependencies.wasm-bindgen-test]
version = "0.3.37"