# 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.64" name = "mondrian-charts" version = "0.12.0" authors = ["Fiberplane "] description = "Abstract chart generator and renderer" readme = "README.md" keywords = [ "chart", "charts", "metrics", "prometheus", "opentelemetry", ] license = "MIT OR Apache-2.0" repository = "https://github.com/fiberplane/fiberplane" [dependencies.csscolorparser] version = "0.6" optional = true [dependencies.fiberplane-models] version = "1.0.0-beta.13" optional = true [dependencies.image] version = "0.24" optional = true [dependencies.itertools] version = "0.11" optional = true [dependencies.resvg] version = "0.35" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1.0.37" [dependencies.time] version = "0.3.15" features = [ "macros", "serde-human-readable", "serde-well-known", ] optional = true [dev-dependencies.insta] version = "1.31.0" features = ["yaml"] [features] default = [ "fiberplane", "image", ] fiberplane = ["dep:fiberplane-models"] image = [ "dep:csscolorparser", "dep:image", "dep:resvg", "svg", ] svg = [ "dep:itertools", "dep:time", ]