# 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 = "libquark" version = "4.0.1" authors = ["Jaydon Nelson "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight alternative to Electron." readme = "README.md" keywords = [ "web", "gui", "desktop", ] categories = [ "gui", "web-programming", ] license = "MIT" repository = "https://codeberg.org/pparaxan/Quark" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" incremental = false strip = true [lib] name = "libquark" path = "src/lib.rs" [[example]] name = "helloworld" path = "examples/helloworld.rs" [[test]] name = "main" path = "tests/main.rs" [dependencies.include_dir] version = "0.7.4" [dependencies.tiny_http] version = "0.12.0" [build-dependencies.cc] version = "1.2.1" [build-dependencies.pkg-config] version = "0.3.31"