# 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.57" name = "millennium-runtime" version = "1.0.0-beta.3" authors = [ "pyke.io", "Tauri Programme within The Commons Conservancy", ] exclude = [ ".license_template", "CHANGELOG.md", "/target", ] description = "Runtime for Millennium applications" homepage = "https://millennium.pyke.io/" readme = "README.md" categories = [ "gui", "web-programming", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/pykeio/millennium" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "doc_cfg", ] all-features = true default-target = "x86_64-unknown-linux-gnu" targets = [ "x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", ] [dependencies.http] version = "0.2.4" [dependencies.http-range] version = "0.1.4" [dependencies.infer] version = "0.7" [dependencies.millennium-utils] version = "1.0.0-beta.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1" features = ["v4"] [features] clipboard = [] devtools = [] global-shortcut = [] macos-private-api = [] system-tray = [] [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gtk] version = "0.15" features = ["v3_20"] [target."cfg(windows)".dependencies.webview2-com] version = "0.16.0" [target."cfg(windows)".dependencies.windows] version = "0.37.0" features = ["Win32_Foundation"]