# 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 = "orbterm" version = "0.3.6" authors = ["Jeremy Soller "] description = "The Orbital Terminal" readme = "README.md" license = "MIT" repository = "https://gitlab.redox-os.org/redox-os/orbterm" [[bin]] name = "orbterm" path = "src/main.rs" [dependencies.env_logger] version = "0.6.2" optional = true [dependencies.failure] version = "0.1.5" [dependencies.orbclient] version = "0.3.24" [dependencies.orbfont] version = "0.1.8" [dependencies.ransid] version = "0.4.7" [dependencies.serde] version = "1.0.94" [dependencies.serde_derive] version = "1.0.94" [dependencies.toml] version = "0.5.1" [dependencies.xdg] version = "2.2.0" [target."cfg(not(target_os = \"redox\"))".dependencies.libc] version = "0.2.59" [target."cfg(target_os = \"redox\")".dependencies.redox_syscall] version = "0.1.56" [target."cfg(target_os = \"redox\")".dependencies.redox_termios] version = "0.1.1"