[package] name = "git-refspec" version = "0.7.3" repository = "https://github.com/Byron/gitoxide" license = "MIT/Apache-2.0" description = "Please use `gix-` instead ('git' -> 'gix')" authors = ["Sebastian Thiel "] edition = "2021" include = ["src/**/*", "CHANGELOG.md", "README.md"] rust-version = "1.64" [lib] doctest = false [dependencies] git-revision = { version = "^0.10.4", path = "../git-revision" } git-validate = { version = "^0.7.3", path = "../git-validate" } git-hash = { version = "^0.10.3", path = "../git-hash" } bstr = { version = "1.0.1", default-features = false, features = ["std"]} thiserror = "1.0.26" smallvec = "1.9.0" [dev-dependencies] git-testtools = { path = "../tests/tools" }