# 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 = "zsnip" version = "0.2.0" authors = ["ikey4u "] publish = ["crates-io"] description = "A library that contains frequently used rust code snippets" homepage = "https://github.com/ikey4u/zsnip" documentation = "https://docs.rs/zsnip/latest" readme = "README.md" license = "MIT" repository = "https://github.com/ikey4u/zsnip" [dependencies.anyhow] version = "1.0.86" [dependencies.dunce] version = "1.0.5" [dependencies.glob] version = "0.3.1" [dependencies.rayon] version = "1.10.0" [dependencies.tempfile] version = "3.12.0" [dependencies.walkdir] version = "2.5.0" [dependencies.zip] version = "2.2.0" [target."cfg(not(windows))".dependencies.shlex] version = "1.3.0" [target."cfg(windows)".dependencies.winsplit] version = "0.1.0"