# 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 = "trpl_commons" version = "0.2.0" authors = ["0x6f <0x6f@0x11.io>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Commons Library based on learning from The Rust Programming Language (TRPL) Book" homepage = "https://codeberg.org/0x6f/trpl_commons" readme = "README.md" keywords = [ "trpl", "thebook", "learning", "commons", ] categories = ["development-tools"] license = "GPL-3.0-only" repository = "https://codeberg.org/0x6f/trpl_commons" [lib] name = "trpl_commons" path = "src/lib.rs" [dependencies]