# 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 = "tongo" version = "0.10.1" authors = ["Drew Zemke"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A TUI for MongoDB" readme = "README.md" license = "MIT" repository = "https://github.com/drewzemke/tongo" [[bin]] name = "tongo" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.arboard] version = "3.4.0" [dependencies.clap] version = "4.5.6" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.dirs] version = "5.0.1" [dependencies.edit] version = "0.1.5" [dependencies.futures] version = "0.3.30" [dependencies.itertools] version = "0.13.0" [dependencies.mongodb] version = "2.8.2" [dependencies.ratatui] version = "0.27.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.syntect] version = "5.2.0" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tui-input] version = "0.9.0" [dependencies.tui-tree-widget] version = "0.21.0" [lints.clippy.module_name_repetitions] level = "allow" priority = 2 [lints.clippy.nursery] level = "warn" priority = 1 [lints.clippy.pedantic] level = "warn" priority = 1 [lints.clippy.unwrap_used] level = "warn" priority = 2