# 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 = "spinoff" version = "0.8.0" authors = ["ad4m"] include = [ "src/**/*", "README.md", ] description = "Simple to use Rust library for displaying spinners in the terminal" homepage = "https://github.com/ad4mx/spinoff" readme = "README.md" keywords = [ "spinner", "spin", "loader", "cli", "terminal", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/ad4mx/spinoff" resolver = "2" [dependencies.colored] version = "2.0.0" [dependencies.once_cell] version = "1.13.0" [dependencies.paste] version = "1.0.11" [features] aesthetic = [] all = [ "dots", "dots2", "dots3", "dots4", "dots5", "dots6", "dots7", "dots8", "dots9", "dots10", "dots11", "dots12", "dots8bit", "line", "line2", "pipe", "simple_dots", "simple_dots_scrolling", "star", "star2", "flip", "hamburger", "grow_verticle", "grow_horizontal", "balloon", "balloon2", "noise", "bounce", "box_bounce", "box_bounce2", "triangle", "arc", "circle", "square_corners", "circle_quarters", "circle_halves", "squish", "toggle", "toggle2", "toggle3", "toggle4", "toggle5", "toggle6", "toggle7", "toggle8", "toggle9", "toggle10", "toggle11", "toggle12", "toggle13", "arrow", "arrow2", "arrow3", "bouncing_bar", "bouncing_ball", "smiley", "monkey", "hearts", "clock", "earth", "moon", "runner", "pong", "shark", "material", "weather", "christmas", "grenade", "point", "layer", "beta_wave", "finger_dance", "fist_bump", "dqpb", "soccer_header", "mindblown", "speaker", "orange_pulse", "blue_pulse", "orange_blue_pulse", "time_travel", "aesthetic", "binary", "cute", ] arc = [] arrow = [] arrow2 = [] arrow3 = [] balloon = [] balloon2 = [] beta_wave = [] binary = [] blue_pulse = [] bounce = [] bouncing_ball = [] bouncing_bar = [] box_bounce = [] box_bounce2 = [] christmas = [] circle = [] circle_halves = [] circle_quarters = [] clock = [] cute = [] default = ["all"] dots = [] dots10 = [] dots11 = [] dots12 = [] dots2 = [] dots3 = [] dots4 = [] dots5 = [] dots6 = [] dots7 = [] dots8 = [] dots8bit = [] dots9 = [] dqpb = [] earth = [] finger_dance = [] fist_bump = [] flip = [] grenade = [] grow_horizontal = [] grow_verticle = [] hamburger = [] hearts = [] layer = [] line = [] line2 = [] material = [] mindblown = [] monkey = [] moon = [] noise = [] orange_blue_pulse = [] orange_pulse = [] pipe = [] point = [] pong = [] runner = [] shark = [] simple_dots = [] simple_dots_scrolling = [] smiley = [] soccer_header = [] speaker = [] square_corners = [] squish = [] star = [] star2 = [] time_travel = [] toggle = [] toggle10 = [] toggle11 = [] toggle12 = [] toggle13 = [] toggle2 = [] toggle3 = [] toggle4 = [] toggle5 = [] toggle6 = [] toggle7 = [] toggle8 = [] toggle9 = [] triangle = [] weather = []