# 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 = "ratio-dsm" version = "0.8.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ratio's DSM plotting library." homepage = "https://gitlab.com/ratio-case-os/rust/ratio-dsm" readme = "README.md" keywords = [ "matrix", "graph", "visualization", ] categories = [ "visualization", "mathematics", "science", ] license = "GPL-3.0-or-later" repository = "https://gitlab.com/ratio-case-os/rust/ratio-dsm.git" [lib] name = "ratio_dsm" path = "src/lib.rs" [dependencies.implicit-clone] version = "0.4.9" [dependencies.palette] version = "0.7.5" [dependencies.ratio-color] version = "0.4.4" default-features = false [dependencies.ratio-matrix] version = "0.4.0" default-features = false [dependencies.serde] version = "1.0.197" features = [ "serde_derive", "rc", ] optional = true [dependencies.serde_json] version = "1.0.114" optional = true [dependencies.snafu] version = "0.8.1" [dependencies.svg] version = "0.17.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.strum] version = "0.26.1" features = ["derive"] [features] default = ["serde"] serde = [ "dep:serde", "dep:serde_json", "palette/serializing", "ratio-color/serde", "ratio-matrix/serde", "implicit-clone/serde", ]