# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "gitcc-core" version = "0.5.0" description = "Core crate for gitcc-cli" license = "MIT" repository = "https://github.com/nlargueze/gitcc" resolver = "1" [dependencies.gitcc-changelog] version = "0.5.0" [dependencies.gitcc-convco] version = "0.5.0" [dependencies.gitcc-git] version = "0.5.0" [dependencies.indexmap] version = "1.9.3" features = ["serde"] [dependencies.itertools] version = "0.10.5" [dependencies.log] version = "0.4.17" [dependencies.semver] version = "1.0.17" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_yaml] version = "0.9.21" [dependencies.thiserror] version = "1.0.40" [dependencies.time] version = "0.3.20" features = [ "formatting", "macros", ] [dependencies.toml] version = "0.7.3"