# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "aho-corasick" version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "memchr", ] [[package]] name = "anstyle" version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "anyhow" version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "base64" version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bitflags" version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bytemuck" version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bytes" version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cc" version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cfg-if" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "chromium" version = "0.1.0" dependencies = [ "anyhow", "base64", "bitflags", "bytemuck", "bytes", "cfg-if", "cxx", "cxxbridge-cmd", "fend-core", "font-types", "hex", "hex-literal", "lazy_static", "libc", "log", "nom", "proc-macro2", "prost", "qr_code", "quote", "rand", "rand_pcg", "read-fonts", "regex", "rstest", "rstest_reuse", "rustc-demangle-capi", "rustversion", "serde", "serde_json", "serde_json_lenient", "skrifa", "small_ctor", "static_assertions", "strum", "strum_macros", "syn 2.0.55", "tinyvec", "unicode-linebreak", "wycheproof", ] [[package]] name = "clap" version = "4.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" version = "4.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "anstyle", "clap_lex", "strsim", ] [[package]] name = "clap_lex" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "codespan-reporting" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "termcolor", "unicode-width", ] [[package]] name = "cxx" version = "1.0.120" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cc", "cxxbridge-flags", "cxxbridge-macro", "link-cplusplus", ] [[package]] name = "cxxbridge-cmd" version = "1.0.121" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "clap", "codespan-reporting", "proc-macro2", "quote", "syn 2.0.55", ] [[package]] name = "cxxbridge-flags" version = "1.0.120" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cxxbridge-macro" version = "1.0.120" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2", "quote", "syn 2.0.55", ] [[package]] name = "either" version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fend-core" version = "1.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "font-types" version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "getrandom" version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if", "libc", "wasi", ] [[package]] name = "heck" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "hex" version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "hex-literal" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "itertools" version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "either", ] [[package]] name = "itoa" version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "lazy_static" version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libc" version = "0.2.153" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "link-cplusplus" version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cc", ] [[package]] name = "log" version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "memchr" version = "2.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "minimal-lexical" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "nom" version = "7.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "memchr", "minimal-lexical", ] [[package]] name = "ppv-lite86" version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "proc-macro2" version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "unicode-ident", ] [[package]] name = "prost" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bytes", "prost-derive", ] [[package]] name = "prost-derive" version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "anyhow", "itertools", "proc-macro2", "quote", "syn 2.0.55", ] [[package]] name = "qr_code" version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "quote" version = "1.0.36" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2", ] [[package]] name = "rand" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc", "rand_chacha", "rand_core", ] [[package]] name = "rand_chacha" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "ppv-lite86", "rand_core", ] [[package]] name = "rand_core" version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "getrandom", ] [[package]] name = "rand_pcg" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "rand_core", ] [[package]] name = "read-fonts" version = "0.15.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "font-types", ] [[package]] name = "regex" version = "1.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "aho-corasick", "memchr", "regex-automata", "regex-syntax", ] [[package]] name = "regex-automata" version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "aho-corasick", "memchr", "regex-syntax", ] [[package]] name = "regex-syntax" version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rstest" version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "rstest_macros", "rustc_version", ] [[package]] name = "rstest_macros" version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if", "proc-macro2", "quote", "rustc_version", "syn 1.0.109", "unicode-ident", ] [[package]] name = "rstest_reuse" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "quote", "rand", "rustc_version", "syn 1.0.109", ] [[package]] name = "rustc-demangle" version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rustc-demangle-capi" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "rustc-demangle", ] [[package]] name = "rustc_version" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "semver", ] [[package]] name = "rustversion" version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ryu" version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "semver" version = "1.0.22" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "serde" version = "1.0.197" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" version = "1.0.197" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2", "quote", "syn 2.0.55", ] [[package]] name = "serde_json" version = "1.0.115" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "itoa", "ryu", "serde", ] [[package]] name = "serde_json_lenient" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "itoa", "ryu", "serde", ] [[package]] name = "skrifa" version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "read-fonts", ] [[package]] name = "small_ctor" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "static_assertions" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "strsim" version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "strum" version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "strum_macros" version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "heck", "proc-macro2", "quote", "rustversion", "syn 2.0.55", ] [[package]] name = "syn" version = "1.0.109" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] [[package]] name = "syn" version = "2.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2", "quote", "unicode-ident", ] [[package]] name = "termcolor" version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "winapi-util", ] [[package]] name = "tinyvec" version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "unicode-ident" version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "unicode-linebreak" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "unicode-width" version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "wasi" version = "0.11.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "winapi" version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "winapi-i686-pc-windows-gnu", "winapi-x86_64-pc-windows-gnu", ] [[package]] name = "winapi-i686-pc-windows-gnu" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "winapi-util" version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "winapi", ] [[package]] name = "winapi-x86_64-pc-windows-gnu" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "wycheproof" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "base64", "hex", "serde", "serde_json", ]