# 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 = "avenger" version = "0.0.8" description = "A visualization engine and renderer" readme = "README.md" license = "BSD-3-Clause" [dependencies.image] version = "0.24.8" features = ["png"] default-features = false [dependencies.lyon_extra] version = "1.0.1" [dependencies.lyon_path] version = "1.0.1" features = ["serialization"] [dependencies.pyo3] version = "0.20.2" optional = true [dependencies.rayon] version = "1.8.1" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.thiserror] version = "^1.0" [dependencies.tracing] version = "0.1.40"