2 Star 12 Fork 4

Gitee 极速下载/Charts-rs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/vicanso/charts-rs
克隆/下载
Cargo.toml 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
vicanso 提交于 2025-04-26 11:51 +08:00 . refactor: update dependencies
[package]
name = "charts-rs"
version = "0.3.22"
authors = ["Tree Xie <tree.xie@outlook.com>"]
edition = "2021"
categories = ["multimedia::images"]
keywords = ["charts", "svg", "plot", "visualization", "graph"]
description = "A charts library for rust"
license = "MPL-2.0"
homepage = "https://github.com/vicanso/charts-rs"
repository = "https://github.com/vicanso/charts-rs"
exclude = ["asset/*", "test/*", "charts-rs-derive/*", "Cargo.lock"]
readme = "./README.md"
rust-version = "1.65"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ahash = "0.8.11"
arc-swap = "1.7.1"
charts-rs-derive = { path = "./charts-rs-derive", version = "0.2.3" }
fontdue = "0.9.3"
image = { version = "0.25.6", features = [
"webp",
"avif",
"jpeg",
"png",
], optional = true }
once_cell = "1.21.3"
regex = "1.11.1"
resvg = { version = "0.45.1", default-features = false, features = [
"text",
"system-fonts",
], optional = true }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
snafu = "0.8.5"
substring = "1.4.5"
[features]
image-encoder = ["resvg", "image"]
[dev-dependencies]
criterion = "0.5.1"
pretty_assertions = "1.4.1"
[[bench]]
name = "bench"
harness = false
[package.metadata.docs.rs]
# Whether to pass `--all-features` to Cargo (default: false)
all-features = true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/mirrors/Charts-rs.git
git@gitee.com:mirrors/Charts-rs.git
mirrors
Charts-rs
Charts-rs
main

搜索帮助