# 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" rust-version = "1.80" name = "rustlings-mo8it-course" version = "0.1.2" authors = [ "Mo Bitar ", "Liv ", "Carol (Nichols || Goulding) ", ] build = false include = [ "/src/", "/exercises/", "/solutions/", "/dev-Cargo.toml", "/README.md", "/LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rustlings exercises for my course" readme = "README.md" keywords = [ "exercise", "learning", ] license = "MIT" repository = "https://github.com/rust-lang/rustlings" [package.metadata.release] pre-release-hook = ["./release-hook.sh"] [profile.dev] panic = "abort" [profile.release] panic = "abort" [[bin]] name = "rustlings" path = "src/main.rs" [dependencies.ahash] version = "0.8.11" default-features = false [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.crossterm] version = "0.28.1" features = [ "windows", "events", ] default-features = false [dependencies.directories] version = "5.0.1" [dependencies.notify-debouncer-mini] version = "0.4.1" default-features = false [dependencies.os_pipe] version = "1.2.1" [dependencies.reqwest] version = "0.12.7" features = [ "rustls-tls", "blocking", ] default-features = false [dependencies.rustlings-macros-mo8it-course] version = "=0.1.0" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.toml_edit] version = "0.22.20" features = [ "parse", "serde", ] default-features = false [dev-dependencies.tempfile] version = "3.12.0" [lints.clippy] dbg_macro = "warn" disallowed-methods = "deny" disallowed-types = "deny" empty_loop = "forbid" infinite_loop = "deny" mem_forget = "deny" needless_option_as_deref = "allow" todo = "warn" [lints.rust] unsafe_code = "forbid" unstable_features = "forbid"