# 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 = "epitls-pi" version = "1.5.2" authors = ["JOLIMAITRE Matthieu "] description = "A little helper tool meant to ease the developpment of the C piscine at EPITA/Toulouse." homepage = "https://github.com/MajorBarnulf/epitls-pi" readme = "README.md" keywords = [ "pi", "epita", "tls", "piscine", ] license = "GPL-3.0+" repository = "https://github.com/MajorBarnulf/epitls-pi" [profile.release] lto = true [[bin]] name = "pi" path = "src/main.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0" features = [ "clap_derive", "derive", ] [dependencies.diff] version = "0.1" [dependencies.glob] version = "0.3" [dependencies.notify] version = "5.0" [dependencies.notify-debouncer-mini] version = "0.2" [dependencies.ron] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.termion] version = "2.0"