rustyfi-backend 0.1.0

Box/glue model, typesetting context, line and page breaking for SATySFi
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "autocfg"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"

[[package]]
name = "derive-syn-parse"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762"
dependencies = [
 "proc-macro2",
 "quote",
 "syn 2.0.118",
]

[[package]]
name = "newer-type"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd1fa45be88e3dafb68f4c43cabc7c447f085f3250d996a6ecc97af135271000"
dependencies = [
 "newer-type-macro",
]

[[package]]
name = "newer-type-macro"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "500aed5afbfb4edaeb56c4e3e9b37eae5929c99ab03d4e2a94dd98a688007193"
dependencies = [
 "derive-syn-parse",
 "proc-macro-error",
 "proc-macro2",
 "syn 2.0.118",
 "template-quote",
 "type-leak",
]

[[package]]
name = "newer-type-std"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93b98ff3b1252043b648e697abeed1b43207ad4af505538f21ecaf09de54233c"
dependencies = [
 "newer-type",
 "rustversion",
]

[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
 "autocfg",
]

[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
 "proc-macro-error-attr",
 "proc-macro2",
 "quote",
 "syn 1.0.109",
 "version_check",
]

[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
 "proc-macro2",
 "quote",
 "version_check",
]

[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "rustversion"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"

[[package]]
name = "rustyfi-backend"
version = "0.1.0"
dependencies = [
 "newer-type",
 "newer-type-std",
 "unicode-linebreak",
]

[[package]]
name = "safegraph"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56044873444060fab8782ef28e0af17f3d60787c5b9b5007ddac142a6e5172cd"
dependencies = [
 "num-traits",
 "rustversion",
 "safegraph-macros",
]

[[package]]
name = "safegraph-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da5d196d2d04a84817f1f5c9c8cd7e4a8cacf007d07797d82616d04affcdf20"
dependencies = [
 "proc-macro-error",
 "proc-macro2",
 "syn 2.0.118",
 "template-quote",
]

[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "syn"
version = "2.0.118"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "template-quote"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af274c0f7b7b695b3f4fc31d7acfd43fc4e6d73517f7d105193f8a72f06f4ca5"
dependencies = [
 "quote",
 "template-quote-impl",
]

[[package]]
name = "template-quote-impl"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11f882581e75a001ca0d61ba497a2d368338212f1fe2f10d33f9b0147fed67b4"
dependencies = [
 "proc-macro-error",
 "proc-macro2",
 "quote",
 "syn 1.0.109",
]

[[package]]
name = "type-leak"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04c9c88b0002a966db4aa7e14eb108d0bffd3dc73de687c6da954817c5938e6e"
dependencies = [
 "proc-macro2",
 "safegraph",
 "syn 2.0.118",
 "template-quote",
]

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"

[[package]]
name = "unicode-linebreak"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"

[[package]]
name = "version_check"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"