# 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 = "flexvg" version = "0.1.0" authors = ["Justin Shrake "] description = "Create SVG diagrams with flexbox" homepage = "https://github.com/flexvg/flexvg" documentation = "https://github.com/flexvg/flexvg" readme = "../README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/flexvg/flexvg" [dependencies.convert_case] version = "0.5.0" optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.log] version = "0.4.17" [dependencies.regex] version = "1.5.6" optional = true [dependencies.serde] version = "1.0" features = ["serde_derive"] optional = true [dependencies.taffy] version = "0.1" features = ["serde"] [dependencies.thiserror] version = "1.0.31" [dev-dependencies.env_logger] version = "0.9.0" [features] serde = [ "dep:serde", "dep:regex", "dep:lazy_static", "dep:convert_case", ]