# 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 = "il2-utils" version = "0.1.2" authors = [ "InterlockLedger Network", "Fabio Jun Takada Chino", "Cesar Luiz Ferracin", ] description = "InterlockLedger's utility library in Rust." homepage = "https://github.com/interlockledger/rust-il2-utils" readme = "README.md" keywords = [ "interlockledger", "blockchain", ] categories = ["cryptography::cryptocurrencies"] license = "BSD-3-Clause" repository = "https://github.com/interlockledger/rust-il2-utils" [dependencies.chrono] version = "0.4.19" [dependencies.fd-lock] version = "3.0.0" [dependencies.libc] version = "0.2.98" [dependencies.rand] version = "0.7.3" features = [ "std", "getrandom", ] [dependencies.zeroize] version = "1.3.0" [dev-dependencies.il2-test-utils] version = "0.1.1" [target."cfg(windows)".dependencies.windows] version = "0.32.0" features = [ "Win32_Foundation", "Win32_Security_Cryptography", "Win32_System_Memory", ] [target."cfg(windows)".build-dependencies.windows] version = "0.32.0"