# 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 = "sidetree" version = "0.10.1" authors = ["Tobias Pisani "] description = "TUI file tree for usage with terminal text editors" homepage = "https://github.com/topisani/sidetree" readme = "README.md" license = "MIT" [lib] name = "config_macros" path = "src/config_macros.rs" proc-macro = true [[bin]] name = "sidetree" path = "src/main.rs" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.combine] version = "4.6.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.path-absolutize] version = "3.0.13" [dependencies.proc-macro2] version = "1.0.43" [dependencies.quote] version = "1.0.21" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.syn] version = "1.0.99" [dependencies.termion] version = "1.5.6" [dependencies.toml] version = "0.5.9" [dependencies.tui] version = "0.19.0" features = ["termion"] default-features = false [dependencies.tui-textarea] version = "0.2.0" features = ["termion"] default-features = false [dependencies.unicode-width] version = "0.1.9" [dependencies.xdg] version = "2.4.1"