# 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 = "magiceye" version = "0.3.2" authors = ["myyrakle "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "database diff checker" homepage = "https://github.com/myyrakle/magiceye/blob/master/README.md" documentation = "https://docs.rs/magiceye/latest/magiceye" readme = "README.md" keywords = [ "rdb", "diff", "postgres", "mysql", ] license = "MIT" repository = "https://github.com/myyrakle/magiceye" [[bin]] name = "magiceye" path = "src/main.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.crossterm] version = "~0.27.0" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.log4rs] version = "1.3.0" [dependencies.ratatui] version = "~0.26.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sqlx] version = "0.7" features = [ "runtime-tokio", "postgres", "mysql", ] [dependencies.tokio] version = "1.21.0" features = [ "full", "time", ]