# 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 = "bullet_stream" version = "0.3.0" build = false include = [ "src/**/*", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Bulletproof printing for bullet point text" documentation = "https://docs.rs/bullet_stream" readme = "README.md" keywords = [ "script", "buildpack", "output", "printing", "ansi", ] license = "MIT" repository = "https://github.com/schneems/bullet_stream" [lib] name = "bullet_stream" path = "src/lib.rs" [dev-dependencies.ascii_table] version = "4.0.4" features = ["color_codes"] [dev-dependencies.fun_run] version = "0.2.0" [dev-dependencies.indoc] version = "2.0.5" [dev-dependencies.libcnb-test] version = "0.23.0" [dev-dependencies.tempfile] version = "3.13.0"