# 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 = "2018" name = "rif" version = "0.2.0" authors = ["simoncreek "] description = "Impact control system" homepage = "https://github.com/simhyeon/rif" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/simhyeon/rif" [lib] name = "rif" path = "src/lib.rs" [[bin]] name = "rif" path = "src/bin.rs" [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.clap] version = "3.0.0-beta.2" optional = true [dependencies.colored] version = "2.0.0" optional = true [dependencies.filetime] version = "0.2.14" [dependencies.itertools] version = "0.10.0" [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [features] binary = ["clap"] color = ["colored"]