# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "var_byte_str" version = "0.1.2" authors = ["Nattapong Sirilappanich "] description = "Variable byte encoding string by using gap instead of code point" readme = "README.md" keywords = ["variable", "byte", "encoding", "gap"] categories = ["compression", "encoding"] license = "BSD-2-Clause" repository = "https://github.com/NattapongSiri/var_byte_str.git" [dependencies.bitvec] version = "^0.17" optional = true [dependencies.bitvec_serde] version = "^0.17" features = ["serde"] optional = true package = "bitvec" [dependencies.serde] version = "1" optional = true [dependencies.smallvec] version = "^1.4" [features] default = ["bitvec"] serialize = ["bitvec_serde", "serde"]