# 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-utils" version = "1.0.0-beta.3" authors = [ "pyke.io", "Tauri Programme within The Commons Conservancy", ] exclude = [ ".license_template", "CHANGELOG.md", "/target", ] description = "Utilities for Millennium" homepage = "https://millennium.pyke.io/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/pykeio/millennium" [dependencies.aes-gcm] version = "0.9" optional = true [dependencies.brotli] version = "3" features = ["std"] optional = true default-features = false [dependencies.ctor] version = "0.1" [dependencies.getrandom] version = "0.2" features = ["std"] optional = true [dependencies.glob] version = "0.3.0" optional = true [dependencies.html5ever] version = "0.25" [dependencies.json-patch] version = "0.2" [dependencies.json5] version = "0.4" [dependencies.kuchiki] version = "0.8" [dependencies.memchr] version = "2.4" [dependencies.phf] version = "0.10" features = ["macros"] [dependencies.proc-macro2] version = "1.0" optional = true [dependencies.quote] version = "1.0" optional = true [dependencies.schemars] version = "0.8" features = ["url"] optional = true [dependencies.semver] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "1.12" [dependencies.serialize-to-javascript] version = "=0.1.1" optional = true [dependencies.thiserror] version = "1.0.30" [dependencies.url] version = "2.2" features = ["serde"] [dependencies.walkdir] version = "2" optional = true [features] build = [ "proc-macro2", "quote", ] compression = ["brotli"] isolation = [ "aes-gcm", "getrandom", "serialize-to-javascript", ] process-relaunch-dangerous-allow-symlink-macos = [] resources = [ "glob", "walkdir", ] schema = ["schemars"] [target."cfg(target_os = \"linux\")".dependencies.heck] version = "0.4"