# 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 = "cygrind-utils" version = "0.2.1" description = "A utility crate for handling, parsing, and drawing cybergrind patterns from ULTRAKILL" documentation = "https://docs.rs/cygrind-utils/latest" readme = "README.md" license = "MIT" repository = "https://github.com/cygrind/cygrind-utils" [lib] crate-type = [ "cdylib", "rlib", ] [[bench]] name = "parse" harness = false [[bench]] name = "draw2d" harness = false [dependencies.flo_curves] version = "0.6.0" [dependencies.logos] version = "0.12.0" [dependencies.rand] version = "0.8.5" [dependencies.skia-safe] version = "0.47.0" features = ["gl"] optional = true [dev-dependencies.criterion] version = "0.3.5" [features] default = [] draw2d = ["dep:skia-safe"] full = ["draw2d"]