# 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 = "pinenut-log" version = "0.0.2" authors = ["Tangent "] description = "An extremely high performance logging system for clients (iOS, Android, Desktop), written in Rust." readme = "README.md" keywords = [ "log", "logger", ] license = "MIT" repository = "https://github.com/TangentW/Pinenut" [dependencies.aes] version = "0.8.3" [dependencies.base64] version = "0.21.3" features = ["alloc"] default-features = false [dependencies.chrono] version = "0.4.30" features = [ "clock", "std", ] default-features = false [dependencies.cipher] version = "0.4.4" features = ["block-padding"] [dependencies.libc] version = "0.2.147" [dependencies.p256] version = "0.13.2" features = [ "alloc", "ecdh", ] default-features = false [dependencies.pinenut-derive] version = "0.0.1" [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dependencies.thiserror] version = "1.0.48" [dependencies.zstd-safe] version = "7.0.0" default-features = false [dev-dependencies.tempfile] version = "3.8.0"