sley-object 0.8.0

Git's object model for the sley engine: commits, trees, tags, and the loose-object framing they share.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "sley-config"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e7020767b497b4394a382ec0aaa2565d4181af88f6276b53dac5e2d2bc8ba1a"
dependencies = [
 "sley-core",
 "sley-pathspec",
]

[[package]]
name = "sley-core"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cad57344ad1a2266561687620e3b2251a5ce735f8791d0d34d7c1c5c327d1fe7"
dependencies = [
 "unicode-normalization",
]

[[package]]
name = "sley-object"
version = "0.8.0"
dependencies = [
 "sley-config",
 "sley-core",
]

[[package]]
name = "sley-pathspec"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54402a16e7c9a70ed6ca1e232a8db7a260a639403b9027837ca934106512036"
dependencies = [
 "sley-core",
]

[[package]]
name = "tinyvec"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
dependencies = [
 "tinyvec_macros",
]

[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"

[[package]]
name = "unicode-normalization"
version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
dependencies = [
 "tinyvec",
]