# 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.68.0" name = "lrk" version = "0.1.3" authors = ["kagemeka "] build = "build.rs" exclude = [] include = [] publish = ["crates-io"] autobins = true autoexamples = true autotests = true autobenches = true default-run = "lrk" description = "learning rust" homepage = "https://github.com/kagemeka/learn-rust#readme" documentation = "https://docs.rs/lrk" readme = "README.md" keywords = [] license-file = "LICENSE" repository = "https://github.com/kagemeka/learn-rust" [profile.bench] [profile.dev] opt-level = 3 debug = 2 debug-assertions = true overflow-checks = true [profile.release] [profile.test] [dependencies.lazy_static] version = "1.4.0" [dev-dependencies] [build-dependencies]