# 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] name = "ransid" version = "0.5.0" authors = ["Jeremy Soller "] description = "Rust ANSI Driver" readme = "README.md" keywords = [ "redox", "ansi", ] license = "MIT" repository = "https://gitlab.redox-os.org/redox-os/ransid" [lib] name = "ransid" path = "src/lib.rs" [dependencies.log] version = "0.4" [dependencies.vte] version = "0.8"