# 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 = "golden-oak-library" version = "0.1.0" authors = [ "Silk Rose", "Meadowsys", ] description = "CLI tools and library for various uses in the Pony repo." license = "MIT" repository = "https://github.com/SilkRose/Pony" [profile.dev] opt-level = 0 debug = 2 debug-assertions = true incremental = true [profile.release] opt-level = 3 lto = true codegen-units = 1 debug-assertions = false strip = true [dependencies.atty] version = "0.2.14" [dependencies.camino] version = "1.1.6" [dependencies.markdown] version = "1.0.0-alpha.16" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.4" [dependencies.terminal_color_builder] version = "0.1.1"