jiao 0.4.1

Cross platform 2D graphics library
Documentation
# 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"
rust-version = "1.66.0"
name = "jiao"
version = "0.4.1"
authors = ["Xu Shaohua <shaohua@biofan.org>"]
publish = true
description = "Cross platform 2D graphics library"
homepage = "https://github.com/RustVis/jiao"
documentation = "https://docs.rs/jiao"
readme = "README.md"
keywords = [
    "2d",
    "canvas",
    "painting",
    "rendering",
    "svg",
]
categories = [
    "computer-vision",
    "graphics",
    "rendering",
    "visualization",
]
license = "LGPL-3.0"
repository = "https://github.com/RustVis/jiao"

[dependencies.bit-set]
version = "0.5.3"

[dependencies.bitflags]
version = "2.5.0"

[dependencies.log]
version = "0.4.21"

[dependencies.serde]
version = "1.0.198"
features = ["derive"]