# 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 = "kifi" version = "0.4.10-alpha" authors = ["Saurav S. Samantaray "] description = "A minimal Version Control System" readme = "README.MD" license = "MIT OR Apache-2.0" repository = "https://github.com/Vaurkhorov/kifi" [lib] name = "kifi" path = "src/lib.rs" [dependencies.clap] version = "4.3.23" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.fs_extra] version = "1.3.0" [dependencies.glob] version = "0.3.1" [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0.186" [dependencies.serde_cbor] version = "0.11.2" [dependencies.serde_derive] version = "1.0.188" [dependencies.slice-diff-patch] version = "1.2.1" [dependencies.time] version = "0.3.30" features = ["formatting"]