# 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 = "sgf-render" version = "3.0.2" authors = ["Julian Andrews "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A renderer for SGF diagrams." readme = "README.md" keywords = [ "baduk", "sgf", "go", "svg", "png", ] categories = [ "command-line-utilities", "multimedia::images", "rendering", "visualization", ] license = "MIT" repository = "https://github.com/julianandrews/sgf-render/" [package.metadata.deb] assets = [ [ "target/release/sgf-render", "/usr/bin/", "755", ], [ "README.md", "/usr/share/doc/sgf-render/", "644", ], [ "FONT-LICENSE", "/usr/share/doc/sgf-render/", "644", ], ] license-file = [ "LICENSE", "0", ] [lib] name = "sgf_render" path = "src/lib/mod.rs" [[bin]] name = "sgf-render" path = "src/main.rs" [[test]] name = "sample_tests" path = "tests/sample_tests.rs" [dependencies.clap] version = "4.5.1" features = [ "derive", "wrap_help", ] [dependencies.getopts] version = "0.2.21" [dependencies.lazy_static] version = "1.4.0" [dependencies.minidom] version = "0.15.2" [dependencies.resvg] version = "0.40.0" features = ["text"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sgf-parse] version = "4.2.1" [dependencies.tiny-skia] version = "0.11.4" optional = true [dependencies.toml] version = "0.8.10" [dependencies.usvg] version = "0.40.0" optional = true [dev-dependencies.shell-words] version = "1.0.0" [features] default = ["png"] png = [ "resvg", "usvg", "tiny-skia", ]