# 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 = "package_manager_example_6923" version = "0.1.3" description = "This package contains example code from chapter 14 of the rust book" documentation = "https://docs.rs/package_manager_example_6923" readme = "README.md" license = "GPL-3.0-or-later OR MIT" resolver = "2" [profile.dev] opt-level = 0 lto = false codegen-units = 256 debug = true split-debuginfo = "..." debug-assertions = true rpath = false panic = "unwind" overflow-checks = true [profile.release] opt-level = 3 lto = false codegen-units = 16 debug = false split-debuginfo = "..." debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false [dependencies]