# 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 = "llvm-bitcursor" version = "0.0.3" authors = ["William Woodruff "] description = "A no-frills bitstream cursor library for Rust" homepage = "https://github.com/woodruffw/mollusc/tree/main/llvm-bitcursor" readme = "README.md" keywords = ["llvm", "parsing", "binary", "encoding"] categories = ["compilers", "encoding", "parsing"] license = "MIT" repository = "https://github.com/woodruffw/mollusc" [dependencies.log] version = "0.4" [dependencies.num] version = "0.4" [dependencies.thiserror] version = "1.0" [features] default = ["vbr"] vbr = []