lints.workspace = true [package] name = "gix-lock" version = "15.0.1" repository = "https://github.com/GitoxideLabs/gitoxide" license = "MIT OR Apache-2.0" description = "A git-style lock-file implementation" authors = ["Sebastian Thiel "] edition = "2021" include = ["src/**/*", "LICENSE-*", "README.md"] rust-version = "1.65" [lib] doctest = false test = true [dependencies] gix-utils = { version = "^0.1.13", default-features = false, path = "../gix-utils" } gix-tempfile = { version = "^15.0.0", default-features = false, path = "../gix-tempfile" } thiserror = "2.0.0" [dev-dependencies] tempfile = "3.2.0"