# 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 = "fox-editor" version = "0.5.3" description = "Terminal-based code editor with syntax highlighting" license = "GPL-3.0-only" resolver = "2" [[bin]] name = "fox" path = "src/main.rs" [dependencies.carbon-dump] version = "1.2.2" [dependencies.clap] version = "3.2.17" [dependencies.crossterm] version = "0.25.0" [dependencies.owo-colors] version = "3.4.0" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.shellexpand] version = "2.1.2" [dependencies.syntect] version = "4.6" [dependencies.terminal-clipboard] version = "0.3.1" [dependencies.toml] version = "0.5.9"