chartml-core 5.0.1

ChartML core library: YAML parser, plugin system, element tree, data model
Documentation
# 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 = "chartml-core"
version = "5.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ChartML core library: YAML parser, plugin system, element tree, data model"
homepage = "https://chartml.org"
readme = "README.md"
keywords = [
    "chartml",
    "chart",
    "visualization",
    "svg",
]
categories = [
    "visualization",
    "graphics",
]
license = "MIT"
repository = "https://github.com/chartml/chartml"

[features]
wasm-indexeddb = [
    "dep:idb",
    "dep:js-sys",
    "dep:wasm-bindgen",
]

[lib]
name = "chartml_core"
path = "src/lib.rs"

[[test]]
name = "fixtures"
path = "tests/fixtures.rs"

[[test]]
name = "hooks_test"
path = "tests/hooks_test.rs"

[[test]]
name = "indexeddb_test"
path = "tests/indexeddb_test.rs"

[[test]]
name = "named_map_sources_test"
path = "tests/named_map_sources_test.rs"

[[test]]
name = "pipeline_test"
path = "tests/pipeline_test.rs"

[[test]]
name = "resolver_test"
path = "tests/resolver_test.rs"

[dependencies.arrow]
version = "57"
features = ["ipc"]
default-features = false

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["std"]
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.humantime]
version = "2"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"
features = ["std"]
default-features = false

[dependencies.web-time]
version = "1"

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "time",
    "sync",
]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pollster]
version = "0.4"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
version = "1"
features = ["rt"]
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.wiremock]
version = "0.6"

[target.'cfg(target_arch = "wasm32")'.dependencies.idb]
version = "0.6"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.reqwest]
version = "0.12"
features = ["json"]
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies.wasm-bindgen-test]
version = "0.3"

[lints.clippy]
large_enum_variant = "deny"
too_many_arguments = "deny"
wrong_self_convention = "deny"

[lints.rust]
dead_code = "deny"
unused_imports = "deny"
unused_mut = "deny"
unused_variables = "deny"