# 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 = "red-editor" version = "0.2.1" authors = ["Jan-Erik Rediger "] include = ["Cargo.toml", "README*", "LICENSE*", "src/**/*"] description = "A Rust Editor - red is a line-oriented text editor, based on the popular ed utility." homepage = "https://github.com/badboy/red" readme = "README.md" license = "MIT" repository = "https://github.com/badboy/red" [[bin]] name = "red" path = "src/main.rs" [dependencies.env_logger] version = "0.5.13" [dependencies.exitfailure] version = "0.5.1" [dependencies.failure] version = "0.1.2" [dependencies.log] version = "0.4.5" [dependencies.regex] version = "1.0.5" [dependencies.rustyline] version = "2.0.1" [dependencies.structopt] version = "0.2.10"