# 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] edition = "2018" name = "centoria" version = "0.1.1" authors = ["Mikazuki Fuyuno "] description = "function manager for macOS and Linux" readme = "README.md" keywords = ["alias", "function"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/mika-f/centoria" [[bin]] name = "cet" path = "src/main.rs" [dependencies.clap] version = "2" [dependencies.dirs] version = "2.0" [dependencies.downcast-rs] version = "1.0" [dependencies.exitfailure] version = "0.5.1" [dependencies.failure] version = "0.1.5" [dependencies.itertools] version = "0.8" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.termcolor] version = "1" [dependencies.toml] version = "0.5" [dependencies.typetag] version = "0.1" [build-dependencies.clap] version = "2"