# 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 = "gerb" version = "0.0.1-alpha+2023-04-27" authors = ["Manos Pitsidianakis "] exclude = [ "Makefile", "src/unicode/names/unicode.py", "/tests", "/docs", "/dist", ".*", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "DEVELOPMENT.md", "/*.py", "/*.png", "*.scss", "src/themes/**/README", ] default-run = "gerb" description = "Font editor for UFO 3 fonts." homepage = "https://github.com/epilys/gerb" readme = "README.md" keywords = [ "font", "fonts", "editor", "ufo", "typography", ] categories = ["graphics"] license = "GPL-3.0-or-later" repository = "https://github.com/epilys/gerb" resolver = "2" [package.metadata.deb] assets = [ [ "target/release/gerb", "usr/bin/", "755", ], [ "README.md", "usr/share/doc/gerb/README", "644", ], [ "dist/io.github.epilys.gerb.desktop", "usr/share/applications/io.github.epilys.gerb.desktop", "644", ], ] copyright = "2022, Manos Pitsidianakis " depends = "$auto" maintainer = "Manos Pitsidianakis " priority = "optional" section = "graphics" [profile.release] opt-level = "s" lto = "fat" codegen-units = 1 debug = false strip = true [[bin]] name = "gerb" path = "src/main.rs" [[example]] name = "repl" path = "src/repl.rs" required-features = ["python"] [dependencies.cairo-rs] version = "^0.15" features = [ "svg", "png", ] [dependencies.generational-arena] version = "0.2" [dependencies.gio] version = "^0.15" features = ["v2_56"] [dependencies.git2] version = "0.17" optional = true default-features = false [dependencies.glib] version = "^0.15" [dependencies.gtk] version = "^0.15" features = [ "v3_20", "v3_24", ] [dependencies.indexmap] version = "1.9" features = ["serde"] [dependencies.once_cell] version = "1.2.0" [dependencies.plist] version = "1" [dependencies.pyo3] version = "0.18" features = [ "auto-initialize", "indexmap", ] optional = true [dependencies.quick-xml] version = "^0.28" features = ["serialize"] [dependencies.rand] version = "0.8" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.smallvec] version = "1.10" features = [ "const_new", "const_generics", "union", "serde", ] [dependencies.toml_edit] version = "^0.19" features = [ "serde", "perf", ] [dependencies.uuid] version = "1.2.1" features = [ "v4", "fast-rng", "macro-diagnostics", "serde", ] [dependencies.xdg] version = "2.1" [features] default = [ "python", "git", ] git = ["git2"] python = ["pyo3"]