# 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 = "2018" name = "gobang" version = "0.1.0-alpha.5" authors = ["Takayuki Maeda "] exclude = ["resources/"] description = "A cross-platform TUI database management tool written in Rust" homepage = "https://github.com/TaKO8Ki/gobang" readme = "README.md" license = "MIT" repository = "https://github.com/TaKO8Ki/gobang" [dependencies.anyhow] version = "1.0.38" [dependencies.async-trait] version = "0.1.50" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33.3" [dependencies.crossterm] version = "0.20" [dependencies.database-tree] version = "=0.1.0-alpha.5" [dependencies.dirs-next] version = "2.0" [dependencies.easy-cast] version = "0.4" [dependencies.futures] version = "0.3.5" [dependencies.itertools] version = "0.10.0" [dependencies.rust_decimal] version = "1.15" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.sqlx] version = "0.5.6" features = ["mysql", "postgres", "sqlite", "chrono", "runtime-tokio-rustls", "decimal", "json"] default-features = false [dependencies.structopt] version = "0.3.22" [dependencies.strum] version = "0.21" [dependencies.strum_macros] version = "0.21" [dependencies.tokio] version = "1.11.0" features = ["full"] [dependencies.toml] version = "0.4" [dependencies.tui] version = "0.15.0" features = ["crossterm"] default-features = false [dependencies.unicode-width] version = "0.1" [target."cfg(all(target_family=\"unix\",not(target_os=\"macos\")))".dependencies.which] version = "4.1"