# 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 = "otarustlings" version = "1.0.0" exclude = ["cache/"] description = "otafablab rustlings" readme = "README.md" license = "MIT" repository = "https://gitlab.com/otafablab/otarustlings" [lib] name = "otarustlings" path = "src/lib/lib.rs" [[bin]] name = "otarustlings" path = "src/main.rs" doc = false [dependencies.anyhow] version = "1.0.56" features = ["backtrace"] [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.clap] version = "3.1.15" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.crossterm] version = "0.23.2" [dependencies.itertools] version = "0.10.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.notify] version = "4.0.17" [dependencies.rust-embed] version = "6.4.0" features = ["include-exclude"] [dependencies.rust-embed-utils] version = "7" features = ["include-exclude"] [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "1.0.30" [dependencies.toml] version = "0.5.8" [dependencies.tracing] version = "0.1.34" [dependencies.tracing-subscriber] version = "0.3.11" [dependencies.walkdir] version = "2.3.2"