fret-chart 0.1.0

Chart components for Fret built on delinea and fret-canvas.
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 = "2024"
rust-version = "1.92"
name = "fret-chart"
version = "0.1.0"
authors = ["Mingzhen Zhuang <superfrankie621@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Chart components for Fret built on delinea and fret-canvas."
homepage = "https://github.com/Latias94/fret"
documentation = "https://docs.rs/fret"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/Latias94/fret"
resolver = "2"

[features]
default = []
echarts = [
    "dep:serde",
    "dep:serde_json",
]

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

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

[dependencies.delinea]
version = "0.1.0"

[dependencies.fret-canvas]
version = "0.1.0"
features = ["ui"]

[dependencies.fret-core]
version = "0.1.0"

[dependencies.fret-runtime]
version = "0.1.0"

[dependencies.fret-ui]
version = "0.1.0"
features = ["unstable-retained-bridge"]

[dependencies.fret-ui-kit]
version = "0.1.0"
features = ["recipes"]

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

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.slotmap]
version = "1"

[dev-dependencies.fret-app]
version = "0.1.0"

[lints.clippy]
arc_with_non_send_sync = "allow"
field_reassign_with_default = "allow"
if_same_then_else = "allow"
large_enum_variant = "allow"
manual_clamp = "allow"
needless_range_loop = "allow"
neg_cmp_op_on_partial_ord = "allow"
too_many_arguments = "allow"