# 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" rust-version = "1.71.1" name = "reference-browser-gnome" version = "0.1.0" description = "ATHN browser made for the gnome ecosystem. Reference for a correct implementation of the ATHN standards." homepage = "https://athn.online/" readme = "README.md" keywords = [ "ATHN", "browser", ] license = "CC0-1.0" repository = "https://github.com/itzgoldenleonard/reference-browser-gnome/" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.adw] version = "0.4.1" features = ["v1_3"] package = "libadwaita" [dependencies.base64] version = "0.21.2" [dependencies.email_address] version = "0.2.4" [dependencies.gtk] version = "0.6.6" features = ["v4_10"] package = "gtk4" [dependencies.humantime] version = "2.1.0" [dependencies.humantime-serde] version = "1.1.1" [dependencies.once_cell] version = "1.0" [dependencies.reqwest] version = "0.11.17" features = [ "blocking", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.181" [dependencies.serde_json] version = "1.0.104" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tuple] version = "0.5.1" [dependencies.url] version = "2.3.1" [build-dependencies.glib-build-tools] version = "0.17.0"