# 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 = "goxoy-file-chunker" version = "0.0.3" authors = ["Omer GOKSOY "] description = "Goxoy File Chunker splits files into equal chunks" readme = "README.md" keywords = [ "file-chunk", "file-chunker", "file-splitter", "split-file", ] license = "MIT" repository = "https://github.com/Goxoy/goxoy-file-chunker/" [dependencies.blake3] version = "0.1" [dependencies.data-encoding] version = "2.5.0" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.substring] version = "1.4.5" [dependencies.zip] version = "0.6"