# 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 = "2018" name = "papyri" version = "0.1.3" description = "Data visualization based on Cairo" readme = "README.md" license = "MIT" repository = "https://github.com/limads/papyri" [lib] crate-type = [ "rlib", "cdylib", ] [[bin]] name = "papyri" path = "src/bin/main.rs" [dependencies.base64] version = "0.13.0" [dependencies.cairo-rs] version = "0.16.1" features = [ "svg", "png", "ps", ] optional = true [dependencies.either] version = "1.6.1" [dependencies.gdk-pixbuf] version = "0.16.0" optional = true [dependencies.gdk4] version = "0.5.0" optional = true [dependencies.regex] version = "1.4.2" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.tempfile] version = "3.2.0" [dependencies.thiserror] version = "1.0.31"