# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "mfte" version = "0.3.0" authors = ["Matt Horn "] description = "MFTE, the magic-free text editor" readme = "README.md" keywords = ["text", "editor", "text-editor", "terminal"] categories = ["text-editors"] license = "MIT" repository = "https://github.com/mathphreak/mfte" [dependencies.editorconfig] version = "1.0.0" [dependencies.clipboard] version = "0.4.2" [dependencies.enum_derive] version = "0.1.7" [dependencies.macro-attr] version = "0.2.0" [target."cfg(not(windows))".dependencies.termion] version = "1.5.1" [target."cfg(windows)".dependencies.winapi] version = "0.2.8" [target."cfg(windows)".dependencies.kernel32-sys] version = "0.2.2" [badges.appveyor] repository = "mathphreak/mfte" [badges.travis-ci] repository = "mathphreak/mfte"