# 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 = "ChristmasTree" version = "1.1.0" build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Christmas tree!" homepage = "https://github.com/SunilPaul174/tree" readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/SunilPaul174/tree" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "abort" strip = "symbols" [[bin]] name = "ChristmasTree" path = "src/main.rs" [dependencies.colored] version = "2.1.0" [dependencies.rand] version = "0.8.5" [dependencies.terminal_size] version = "0.4.0"