# 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 = "ggemtext" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Glib-oriented Gemtext API" readme = "README.md" keywords = [ "gemtext", "gemini", "gemini-protocol", "gtk", "glib", ] categories = [ "development-tools", "parser-implementations", "parsing", "text-processing", "value-formatting", ] license = "MIT" repository = "https://github.com/YGGverse/ggemtext" [lib] name = "ggemtext" path = "src/lib.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.glib] version = "0.20.4" features = ["v2_66"] package = "glib"