# 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 = "svg-nd" version = "0.1.1" authors = ["Gavin J Stark"] description = """ A simple library for creation of SVG diagrams """ homepage = "https://github.com/atthecodeface/svg-rs" documentation = "https://docs.rs/svg-rs" readme = "README.md" keywords = [ "svg", "geometry", "vector", "plotting", ] categories = [ "graphics", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/atthecodeface/svg-rs" [dependencies.bezier-nd] version = "0.5" [dependencies.geo-nd] version = "0.5" [dependencies.indent-display] version = "0.1" [dependencies.thiserror] version = "1.0"