# 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 = "nonepad" version = "0.1.0" authors = ["Mathieu PEPONAS "] build = "build.rs" description = "A lightweight graphical text editor" readme = "README.md" categories = ["text-editors"] license-file = "LICENSE" repository = "https://github.com/pepone42/nonepad" [dependencies.anyhow] version = "1.0" [dependencies.chardetng] version = "0.1.3" [dependencies.druid] version = "0.8.2" features = ["im"] [dependencies.encoding_rs] version = "0.8.17" [dependencies.hotwatch] version = "0.4" [dependencies.nonepad-vscodetheme] version = "0.1" [dependencies.once_cell] version = "1.8" [dependencies.ropey] version = "1.2" [dependencies.sublime_fuzzy] version = "0.7.0" [dependencies.syntect] version = "4.5" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.unicode-segmentation] version = "1.6.0" [dependencies.uuid] version = "0.8" features = ["v4"] [target."cfg(windows)".dependencies.winapi] version = "0.3" [target."cfg(windows)".build-dependencies.winres] version = "0.1"