# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "meld-config-manager" version = "0.1.0" authors = ["drew "] description = "a meld client written in Rust" readme = "README.md" license = "MIT" resolver = "2" [lib] name = "libmeld" path = "src/lib/lib.rs" [[bin]] name = "meld" path = "src/main.rs" [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.17" [dependencies.path-clean] version = "0.1.0" [dependencies.rusqlite] version = "0.27.0" features = ["bundled"] [dependencies.sha2] version = "0.10.2" [dependencies.snafu] version = "0.7.1" [dependencies.structopt] version = "0.3.26" [dependencies.walkdir] version = "2.3.2"