# 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 = "ptstd" version = "0.1.3" description = "A collection of wrapped crates and utils" license = "MIT" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1.0.66" [dependencies.chrono] version = "0.4.19" [dependencies.clipboard-win] version = "4.5.0" [dependencies.image] version = "0.24.5" [dependencies.log] version = "0.4.17" features = ["std"] [dependencies.ndarray] version = "0.15.6" [dependencies.rand] version = "0.8.5" [dependencies.rsa] version = "0.7.1" [dependencies.rust-crypto] version = "0.2.36" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.rand] version = "0.8.5" [features] chrono = [] clipboard = [] crypto = [] default = ["full"] error = [] extra = [ "crypto", "linear", "log", "chrono", "image", "clipboard", "rand", "error", ] full = [ "std", "extra", ] image = [] linear = [] log = [] rand = [] std = []