# 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_freertos" version = "1.5.0" authors = ["The ICU4X Project Developers"] include = [ "build.rs", "src/**/*", "Cargo.toml", "LICENSE", "README.md", ] description = "C interface to ICU4X" 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] crate-type = [ "staticlib", "rlib", ] path = "src/lib.rs" [dependencies.icu_capi] version = "~1.5.0" default-features = false [build-dependencies.rustc_version] version = "0.4" [features] default = ["icu_capi/default_components"] wearos = [] [target."cfg(target_os = \"none\")".dependencies.cortex-m] version = "0.7.3" [target."cfg(target_os = \"none\")".dependencies.freertos-rust] version = "0.1.2"