vizkit 0.1.2

A rendering-agnostic kit for data visualization
# 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"
name = "vizkit"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rendering-agnostic kit for data visualization"
homepage = "https://github.com/bourbonut/vizkit"
documentation = "https://docs.rs/vizkit"
readme = "README.md"
keywords = ["visualization"]
license = "MIT"
repository = "https://github.com/bourbonut/vizkit"

[package.metadata.docs.rs]
features = ["time"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
time = ["dep:chrono"]

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

[dependencies.chrono]
version = "0.4.45"
optional = true

[dev-dependencies.rstest]
version = "0.26.1"