# 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 = "fretboard_layout" version = "0.7.1" authors = ["Nathan Fisher "] description = "Generate an svg template of a musical instrument fretboard" homepage = "https://jeang3nie.codeberg.page" readme = "README.md" keywords = [ "graphics", "design", "vector-graphics", "lutherie", ] categories = [ "graphics", "multimedia::images", "mathematics", "simulation", ] license = "BSD-2-Clause" repository = "https://codeberg.org/jeang3nie/fretboard-layout" [dependencies.pango] version = "0.18" optional = true package = "pango" [dependencies.rayon] version = "1.8" [dependencies.rgba_simple] version = "0.10" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.svg] version = "0.14" [features] gdk = ["rgba_simple/gdk"] serde = [ "rgba_simple/serde", "dep:serde", ]