# 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 = "lusl" version = "2.1.0" authors = ["Kim tae hyeon "] description = "Lossless Uncompressed Serializer Library" readme = "README.md" license = "MIT" repository = "https://github.com/altair823/LUSL" [dependencies.chacha20poly1305] version = "0.10.1" features = ["stream"] [dependencies.flate2] version = "1.0.25" [dependencies.md-5] version = "0.10.5" [dependencies.rust-argon2] version = "1.0.0" [dev-dependencies.hex] version = "0.4.3"