# 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 = "vsf" version = "0.1.2" authors = ["Nick Spiker "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Versatile Storage Format" readme = "README.md" keywords = [ "binary", "serialization", "storage", "data-format", ] categories = [ "encoding", "data-structures", ] license-file = "LICENSE" repository = "https://github.com/nickspiker/vsf" [lib] name = "vsf" path = "src/lib.rs" [dependencies.bitvec] version = "1.0.1" [dependencies.num-complex] version = "0.4.5"