# 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 = "tileline" version = "0.1.0" authors = ["Tglman "] exclude = ["site"] description = "Simple library to generate SVG block graph" documentation = "https://docs.rs/tileline/" readme = "README.md" license = "MIT/Apache-2.0" [[example]] name = "rainbow_year" crate-type = ["bin"] required-features = ["year_line"] [dependencies.builder-pattern] version = "0.4" [dependencies.chrono] version = "0.4.24" optional = true [dependencies.colorsys] version = "0.6.7" [dependencies.quick-xml] version = "0.28" [features] year_line = ["dep:chrono"]