# 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 = "chksm" version = "0.4.4" description = "A multipurpose rust library for use in my projects" homepage = "https://github.com/ChecksumDev/chksm" readme = "README.md" keywords = ["checksum"] categories = ["cryptography", "filesystem", "caching", "asynchronous", "database"] license = "GPL-3.0" repository = "https://github.com/ChecksumDev/chksm" resolver = "2" [package.metadata.docs.rs] all-features = true [profile.dev] opt-level = 0 lto = false codegen-units = 1 debug = true debug-assertions = true panic = "abort" overflow-checks = true [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false [lib] name = "chksm" crate-type = ["lib"] [dependencies.chrono] version = "0.4" features = ["serde"] optional = true [dependencies.quote] version = "1" [dependencies.regex] version = "1" [dependencies.syn] version = "1" [dependencies.tokio] version = "1" features = ["full"] [features] crypto = [] default = ["net", "crypto"] logging = ["chrono"] net = []