# 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.79.0" name = "boa_icu_provider" version = "0.19.1" authors = ["boa-dev"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ICU4X data provider for the Boa JavaScript engine." readme = "README.md" keywords = [ "javascript", "cldr", "unicode", ] categories = [ "internationalization", "no-std", ] license = "Unlicense OR MIT" repository = "https://github.com/boa-dev/boa" [package.metadata.docs.rs] all-features = true [lib] name = "boa_icu_provider" path = "src/lib.rs" [dependencies.icu_provider] version = "~1.5.0" features = ["sync"] default-features = false [dependencies.icu_provider_adapters] version = "~1.5.0" features = ["serde"] default-features = false [dependencies.icu_provider_blob] version = "~1.5.0" default-features = false [dependencies.once_cell] version = "1.19.0" features = ["critical-section"] default-features = false [features] default = ["std"] std = ["once_cell/std"] [lints.clippy] all = "warn" complexity = "warn" correctness = "warn" dbg_macro = "warn" pedantic = "warn" perf = "warn" style = "warn" suspicious = "warn" [lints.rust] future_incompatible = "warn" let_underscore = "warn" macro_use_extern_crate = "warn" meta_variable_misuse = "warn" missing_abi = "warn" missing_copy_implementations = "warn" missing_debug_implementations = "warn" missing_docs = "warn" non_ascii_idents = "warn" nonstandard_style = "warn" noop_method_call = "warn" rust_2018_compatibility = "warn" rust_2018_idioms = "warn" rust_2021_compatibility = "warn" single_use_lifetimes = "warn" trivial_casts = "warn" trivial_numeric_casts = "warn" unreachable_pub = "warn" unsafe_op_in_unsafe_fn = "warn" unused = "warn" unused_crate_dependencies = "warn" unused_import_braces = "warn" unused_lifetimes = "warn" unused_qualifications = "warn" variant_size_differences = "warn" warnings = "warn" [lints.rustdoc] bare_urls = "warn" broken_intra_doc_links = "warn" invalid_codeblock_attributes = "warn" invalid_rust_codeblocks = "warn" missing_crate_level_docs = "warn" private_doc_tests = "warn" private_intra_doc_links = "warn"