[package] name = "gitcc-core" version = "0.5.0" edition = "2021" description = "Core crate for gitcc-cli" license = "MIT" repository = "https://github.com/nlargueze/gitcc" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] gitcc-convco = { path = "../gitcc-convco", version = "0.5.0" } gitcc-changelog = { path = "../gitcc-changelog", version = "0.5.0" } gitcc-git = { path = "../gitcc-git", version = "0.5.0" } serde = { version = "1.0.160", features = ["derive"] } thiserror = "1.0.40" toml = "0.7.3" indexmap = { version = "1.9.3", features = ["serde"] } semver = "1.0.17" log = "0.4.17" time = { version = "0.3.20", features = ["formatting", "macros"] } itertools = "0.10.5" serde_yaml = "0.9.21"