# 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.70.0" name = "starbase_styles" version = "0.4.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities for styling the terminal." readme = "README.md" license = "MIT" repository = "https://github.com/moonrepo/starbase" [package.metadata.docs.rs] all-features = true [lib] name = "starbase_styles" path = "src/lib.rs" [[test]] name = "color_test" path = "tests/color_test.rs" [dependencies.dirs] version = "5.0.1" [dependencies.miette] version = "7.2.0" features = ["fancy"] optional = true [dependencies.owo-colors] version = "4.1.0" [dependencies.relative-path] version = "1.9.3" optional = true [dependencies.supports-color] version = "3.0.1" [features] default = [] relative-path = ["dep:relative-path"] theme = ["dep:miette"]