# 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 = "rust-ed" version = "0.1.0" authors = ["Paul Woolcock "] description = "Rust port of the ED text editor\n" homepage = "https://gitlab.com/pwoolcoc/rusted" documentation = "https://docs.rs/rusted" readme = "README.adoc" license = "AGPL-3.0" [lib] name = "_rusted" path = "src/lib.rs" [[bin]] name = "rusted" path = "src/bin/main.rs" [dependencies.clap] version = "2.24.1" [dependencies.env_logger] version = "0.4.2" [dependencies.error-chain] version = "0.10.0" [dependencies.log] version = "0.3.7" [dependencies.nom] version = "2" [dependencies.nom-test-helpers] version = "2.0.0"