# 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 = "decent" version = "0.0.1" authors = ["Yasuhiro Яша Asaka "] exclude = [] description = "An implementation of libdesync" homepage = "https://gitlab.com/grauwoelfchen/decent" documentation = "https://gitlab.com/grauwoelfchen/decent" readme = "README.md" keywords = [ "cli", "text", ] categories = [ "command-line-interface", "text-processing", ] license = "LGPL-3.0-or-later" repository = "https://gitlab.com/grauwoelfchen/decent" [lib] name = "decent" path = "src/lib.rs" [dependencies.itertools] version = "0.10.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false [badges.gitlab] branch = "master" repository = "grauwoelfchen/decent"