# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "rsvg" version = "0.4.0" authors = ["selaux"] include = ["src/**/*", "Cargo.toml"] description = "Rust bindings for the Rsvg library" keywords = ["rsvg", "svg", "gtk-rs"] license = "MIT" repository = "https://github.com/selaux/rsvg-rs" [lib] name = "rsvg" [dependencies.bitflags] version = "1.0" [dependencies.cairo-rs] version = "0.4.1" features = ["png"] [dependencies.gdk-pixbuf] version = "0.4.0" [dependencies.glib] version = "0.5.0" [dependencies.glib-sys] version = "0.6.0" [dependencies.gobject-sys] version = "0.6.0" [dependencies.libc] version = "0.2" [dependencies.rsvg-sys] version = "0.6.0" [dev-dependencies.gtk] version = "0.4.0" [dev-dependencies.image] version = "0.18.0" [dev-dependencies.imageproc] version = "0.14.0"