# 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 = "vtracer_buffer" version = "0.6.5" authors = ["Chris Tsang "] description = "A cmd app to convert images into vector graphics." homepage = "http://www.visioncortex.org/vtracer" readme = "README.md" keywords = [ "svg", "computer-graphics", ] categories = ["graphics"] license = "MIT OR Apache-2.0" repository = "https://github.com/visioncortex/vtracer/" [lib] name = "vtracer_buffer" crate-type = [ "rlib", "cdylib", ] [dependencies.clap] version = "2.33.3" [dependencies.fastrand] version = "1.8" [dependencies.image] version = "0.23.10" [dependencies.pyo3] version = "0.19.0" optional = true [dependencies.visioncortex] version = "0.8.4" [features] python-binding = ["pyo3"]