# 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 = "2018" name = "ari" version = "0.0.6" authors = ["ari "] description = "ari. the extras library." documentation = "https://docs.rs/ari" readme = "README.md" keywords = [] categories = [] license = "MIT/Apache-2.0" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies.num-traits] version = "0.2.17" [dependencies.parking_lot] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.ring] version = "0.17.7" [dependencies.unicode-width] version = "0.1.11" [dependencies.winapi] version = "0.3.9" features = [ "std", "consoleapi", "dwmapi", "errhandlingapi", "fileapi", "handleapi", "processenv", "sysinfoapi", "unknwnbase", "winbase", "winerror", ] [features] asm = ["parking_lot/nightly"] default = [] [target."cfg(unix)".dependencies.libc] version = "0.2.152"