rust_icu_sys 5.0.0

Native bindings to the ICU4C library from Unicode.
Documentation
[badges.is-it-maintained-issue-resolution]
repository = "google/rust_icu"

[badges.is-it-maintained-open-issues]
repository = "google/rust_icu"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "main"
repository = "google/rust_icu"
[build-dependencies.anyhow]
version = "1.0.72"

[build-dependencies.bindgen]
optional = true
version = "0.59.2"

[build-dependencies.lazy_static]
version = "1.4"
[dependencies.libc]
version = "0.2.34"

[dependencies.paste]
version = "1.0"

[features]
default = ["use-bindgen", "renaming", "icu_config"]
icu_config = []
icu_version_64_plus = []
icu_version_67_plus = []
icu_version_68_plus = []
icu_version_69_max = []
icu_version_in_env = []
renaming = []
static = []
use-bindgen = ["bindgen"]

[lib]
doctest = false

[package]
authors = ["Google Inc."]
build = "build.rs"
description = "Native bindings to the ICU4C library from Unicode.\n"
edition = "2018"
keywords = ["icu", "unicode", "i18n", "l10n"]
license = "Apache-2.0"
links = "icuuc"
name = "rust_icu_sys"
readme = "README.md"
repository = "https://github.com/google/rust_icu"
resolver = "2"
version = "5.0.0"