# @generated by autocargo from //eden/scm/lib/mincode:mincode [package] name = "sapling-mincode" version = "0.1.0" authors = ["David Tolnay ", "Meta Source Control Team "] edition = "2021" description = "Bincode-like serialization with VLQ encoded integers." homepage = "https://sapling-scm.com/" repository = "https://github.com/facebook/sapling" license = "MIT" include = ["Cargo.toml", "src/**/*.rs"] [lib] name = "mincode" [dependencies] byteorder = "1.3" sapling-vlqencoding = { version = "0.1.0", path = "../vlqencoding" } serde = { version = "1.0.185", features = ["derive", "rc"] } [dev-dependencies] quickcheck = "1.0"