# 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 = "rusty-x" version = "0.1.75" authors = ["Tim de Jager "] include = ["src/*.rs", "src/bin/*.rs", "Cargo.toml"] description = "A snippet manager in Rust" readme = "README.md" keywords = ["snippets", "cli"] license = "MIT" repository = "https://github.com/tdejager/rusty-x" [lib] path = "src/lib.rs" [[bin]] name = "x" path = "src/bin/main.rs" [dependencies.ansi_term] version = "0.11.0" [dependencies.colored] version = "1.6" [dependencies.dirs] version = "1.0.3" [dependencies.docopt] version = "1" [dependencies.markdown] version = "0.2" [dependencies.prettyprint] version = "0.3.0" [dependencies.serde] version = "1.0.66" [dependencies.serde_derive] version = "1.0.66" [dependencies.skim] version = "0.6.8" [dependencies.toml] version = "0.4"