[package] name = "alter-ego" version = "0.3.0" edition = "2018" # Metadata authors = ["Marti Raudsepp "] description = "This crate has moved: https://crates.io/crates/ego" readme = "README.md" license = "MIT" homepage = "https://github.com/intgr/ego" repository = "https://github.com/intgr/ego" keywords = [] categories = [] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] users = "0.9.1" simple-error = "0.2.1" posix-acl = "0.3.0" clap = "2.33.0" log = {version = "0.4.8", features = ["std"]} ansi_term = "0.12.1" which = {version = "3.1.0", default-features = false}