typst/vendor/icu_provider_blob/Cargo.toml
Sergey Konev a8d83b9bab
Some checks failed
Continuous integration / Tests (push) Blocked by required conditions
Continuous integration / Tests (windows-latest) (push) Waiting to run
Continuous integration / Check clippy, formatting, and documentation (push) Failing after 20s
Continuous integration / Tests (ubuntu-latest) (push) Failing after 22s
Continuous integration / Check fuzzers (push) Failing after 18s
Continuous integration / Check mininum Rust version (push) Failing after 20s
Fixed vendoring
2024-10-16 15:22:14 +03:00

111 lines
2.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"
rust-version = "1.67"
name = "icu_provider_blob"
version = "1.5.0"
authors = ["The ICU4X Project Developers"]
include = [
"data/**/*",
"src/**/*",
"examples/**/*",
"benches/**/*",
"tests/**/*",
"Cargo.toml",
"LICENSE",
"README.md",
]
description = "ICU4X data provider that reads from blobs in memory"
homepage = "https://icu4x.unicode.org"
readme = "README.md"
categories = ["internationalization"]
license = "Unicode-3.0"
repository = "https://github.com/unicode-org/icu4x"
[package.metadata.docs.rs]
all-features = true
[lib]
bench = false
[[bench]]
name = "auxkey_bench"
harness = false
required-features = ["export"]
[[bench]]
name = "blob_version_bench"
harness = false
[dependencies.icu_provider]
version = "~1.5.0"
features = [
"deserialize_postcard_1",
"serde",
]
default-features = false
[dependencies.log]
version = "0.4.17"
optional = true
default-features = false
[dependencies.postcard]
version = "1.0.1"
features = ["alloc"]
default-features = false
[dependencies.serde]
version = "1.0.110"
features = ["alloc"]
default-features = false
[dependencies.writeable]
version = "0.5.5"
default-features = false
[dependencies.zerotrie]
version = "0.1.3"
features = [
"serde",
"zerovec",
]
default-features = false
[dependencies.zerovec]
version = "0.10.2"
features = [
"serde",
"yoke",
]
default-features = false
[dev-dependencies.twox-hash]
version = "1.4.2"
[features]
bench = []
export = [
"icu_provider/datagen",
"log",
"postcard/alloc",
"std",
"zerovec/serde",
"zerotrie/alloc",
"zerotrie/litemap",
]
std = ["icu_provider/std"]
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.criterion]
version = "0.5.0"