# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pysprint-cli" version = "0.1.0-alpha.0" authors = ["Leeh Peter "] description = "A CLI tool for the Python package PySprint" homepage = "https://github.com/Ptrskay3/pysprint-cli" readme = "README.md" keywords = ["cli", "python"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Ptrskay3/pysprint-cli" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies.clap] version = "2.33.3" features = ["suggestions", "color"] [dependencies.ctrlc] version = "3.1" [dependencies.lazy_static] version = "1.4" [dependencies.notify] version = "4.0.12" [dependencies.pyo3] version = "0.13" features = ["extension-module"] [dependencies.serde] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.tempfile] version = "3.2.0" [dependencies.tera] version = "1.7.0" [dependencies.termcolor] version = "1.1.2" [dependencies.wildmatch] version = "2.0.0"