# 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.75" name = "rust_howto" version = "0.1.1" authors = ["John CD "] publish = true description = "A documentation summary and a compendium of snippets and recipes for the Rust language and ecosystem. Everything you need for day-to-day Rust coding, all in one place." homepage = "https://john-cd.com/rust_howto/" documentation = "https://docs.rs/rust_howto/" readme = "README.md" keywords = [ "patterns", "cookbook", "howto", "how-to", "documentation", ] categories = [ "algorithms", "asynchronous", "concurrency", "web-programming", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/john-cd/rust_howto/" [dependencies.cargo_toml] version = "0.19.0"