# 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 = "imag-create" version = "0.10.1" authors = ["Matthias Beyer "] description = "Part of the imag core distribution: imag-diagnostics command" homepage = "http://imag-pim.org" documentation = "https://imag-pim.org/doc/" readme = "../../../README.md" keywords = ["imag", "PIM", "personal", "information", "management"] license = "LGPL-2.1" repository = "https://github.com/matthiasbeyer/imag" [lib] name = "libimagcreatecmd" path = "src/lib.rs" [[bin]] name = "imag-create" path = "src/bin.rs" [dependencies.clap] version = "2.33.0" features = ["suggestions", "color", "wrap_help"] default-features = false [dependencies.failure] version = "0.1" [dependencies.libimagerror] version = "0.10.1" [dependencies.libimagrt] version = "0.10.1" [dependencies.libimagstore] version = "0.10.1" [dependencies.log] version = "0.4"