wealthy 0.2.0

[Rich](https://github.com/Textualize/rich) ported to Rust!
Documentation
// This file contains code from:
// `spinners` crate: https://github.com/FGRibreau/spinners (MIT © François-Guillaume Ribreau, James Cordor)
// Changes have been made to the file under `GPL-3.0-or-later` license
// © Sourajyoti Basak

#[derive(Debug, Clone)]
pub enum Spinners {
    Aesthetic,
    Arc,
    Arrow2,
    Arrow3,
    Arrow,
    Balloon2,
    Balloon,
    BetaWave,
    BluePulse,
    Bounce,
    BouncingBall,
    BouncingBar,
    BoxBounce2,
    BoxBounce,
    Christmas,
    Circle,
    CircleHalves,
    CircleQuarters,
    Clock,
    Dots2,
    Dots3,
    Dots4,
    Dots5,
    Dots6,
    Dots7,
    Dots8,
    Dots8Bit,
    Dots9,
    Dots10,
    Dots11,
    Dots12,
    Dots,
    Dqpb,
    Earth,
    FingerDance,
    FistBump,
    Flip,
    Grenade,
    GrowHorizontal,
    GrowVertical,
    Hamburger,
    Hearts,
    Layer,
    Line2,
    Line,
    Material,
    Mindblown,
    Monkey,
    Moon,
    Noise,
    OrangeBluePulse,
    OrangePulse,
    Pipe,
    Point,
    Pong,
    Runner,
    Shark,
    SimpleDots,
    SimpleDotsScrolling,
    Smiley,
    SoccerHeader,
    Speaker,
    SquareCorners,
    Squish,
    Star2,
    Star,
    TimeTravel,
    Toggle2,
    Toggle3,
    Toggle4,
    Toggle5,
    Toggle6,
    Toggle7,
    Toggle8,
    Toggle9,
    Toggle10,
    Toggle11,
    Toggle12,
    Toggle13,
    Toggle,
    Triangle,
    Weather,
}