# 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 = "slite" version = "0.0.1-dev" authors = ["Austin Schey "] description = "Declarative migrations and schema management for SQLite" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/aschey/slite" [dependencies.ansi-to-tui] version = "2" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.0.32" features = ["derive"] optional = true [dependencies.color-eyre] version = "0.6.2" optional = true [dependencies.confique] version = "0.2.2" [dependencies.crossterm] version = "0.26.0" optional = true [dependencies.futures] version = "0.3.25" optional = true [dependencies.ignore] version = "0.4.20" optional = true [dependencies.imara-diff] version = "0.1" optional = true [dependencies.notify] version = "5.1.0" features = ["macos_fsevent"] optional = true default_features = false [dependencies.notify-debouncer-mini] version = "0.2.1" optional = true default_features = false [dependencies.once_cell] version = "1" [dependencies.owo-colors] version = "3" optional = true [dependencies.regex] version = "1" [dependencies.rusqlite] version = "0.28" features = ["bundled"] [dependencies.syntect] version = "5" features = [ "regex-fancy", "parsing", ] optional = true default-features = false [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "sync", "rt-multi-thread", ] optional = true [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" optional = true [dependencies.tracing-tree2] version = "0.3.0" optional = true [dependencies.tui] version = "0.19" optional = true [dev-dependencies.rstest] version = "0.16.0" [features] application = [ "clap", "crossterm-events", "crossterm/event-stream", "diff", "pretty-print", "read-files", "tui", "color-eyre", "tracing-tree2", "notify", "notify-debouncer-mini", "futures", "tokio/macros", ] crossterm-events = ["crossterm"] default = ["application"] diff = ["imara-diff"] pretty-print = [ "owo-colors", "syntect", ] read-files = ["ignore"] tui = [ "dep:tui", "tokio", "tracing-subscriber", "crossterm", "read-files", ]