poloto 2.6.1

Simple 2D plotting library that outputs SVG and can be styled using CSS
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"

[[package]]
name = "num-traits"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
 "autocfg",
]

[[package]]
name = "poloto"
version = "2.6.1"
dependencies = [
 "num-traits",
 "tagger",
]

[[package]]
name = "tagger"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6553158629ef6b35e868462ac251e77c8817f11e80a74cc4206078a0c43da9ad"