# 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 = "ruscode" version = "1.0.0" authors = ["Hao-Wei"] exclude = [ "assets/*", ".github", "publish/*", ] description = "ruscode - A visual studio code's workspaces organizer written in Rust" homepage = "https://github.com/MissterHao/ruscode" documentation = "https://github.com/MissterHao/ruscode" readme = "README.md" keywords = [ "development-tools", "tui", "cli", "terminal", "command-line", ] license-file = "LICENSE" repository = "https://github.com/MissterHao/ruscode" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.0.22" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.crossterm] version = "0.25.0" [dependencies.glob] version = "0.3.0" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.7.0" [dependencies.rusqlite] version = "0.28.0" features = ["bundled"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.thiserror] version = "1.0.37" [dependencies.tui] version = "0.19.0" features = ["crossterm"] default-features = false [dependencies.tui-logger] version = "0.8.1" [dependencies.unicode-width] version = "0.1.10" [dependencies.urlencoding] version = "2.1.2"