# 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 = "atlv" version = "0.7.0" authors = ["Tristan "] exclude = [ ".gitignore", "*.nix", ] description = "Algebraic Tag Length Value encoding" readme = "README.md" keywords = [ "structure-preserving", "algebraic-data-types", "binary", "variable-length", "encoding", ] license = "Unlicense" repository = "https://gitlab.com/adapt/atlv-rust" [package.metadata.docs.rs] all-features = true [dependencies.quickcheck] version = "1.0.3" optional = true [dependencies.vlq-bij] version = "0.2.0" [features] default = [] quickcheck = ["dep:quickcheck"]