tstring-thtml 0.1.8

T-HTML parser-first renderer for PEP 750 template strings
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

[[package]]
name = "num-bigint"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
dependencies = [
 "num-integer",
 "num-traits",
]

[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
 "num-traits",
]

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

[[package]]
name = "tstring-format-doc"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ff654c66ba89a2f0cd3d27f888412711e02101f1055ab7e62ded4bbed98c5cd"
dependencies = [
 "unicode-width",
]

[[package]]
name = "tstring-html"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5582204714bdf82896be25b7b0a80614f37fbcbf599f5a7510b92dca149f20c"
dependencies = [
 "tstring-format-doc",
 "tstring-syntax",
]

[[package]]
name = "tstring-syntax"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ad566997891426a640b07af2330b9c08ad04e918f905880885d78a21304d9ee"
dependencies = [
 "num-bigint",
]

[[package]]
name = "tstring-thtml"
version = "0.1.8"
dependencies = [
 "tstring-html",
 "tstring-syntax",
]

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