# 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 = "2018" name = "boba" version = "5.0.0" authors = ["Ryan Lopopolo "] include = [ "src/**/*", "tests/**/*", "LICENSE", "README.md", ] description = "Encoder and decoder for the Bubble Babble binary data encoding" homepage = "https://github.com/artichoke/boba" documentation = "https://docs.rs/boba" readme = "README.md" keywords = [ "encode", "decode", "utf8", "bubblebabble", "no_std", ] categories = [ "encoding", "no-std", ] license = "MIT" repository = "https://github.com/artichoke/boba" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" targets = [] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies] [dev-dependencies.version-sync] version = "0.9.3" features = [ "markdown_deps_updated", "html_root_url_updated", ] default-features = false [features] default = ["std"] std = []