# 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 = "theory" version = "0.1.0" authors = ["ayosec@gmail.com"] exclude = [".git*"] description = "Documentation viewer (WIP)" homepage = "https://github.com/ayosec/theory/" license = "MIT OR Apache-2.0" repository = "https://github.com/ayosec/theory.git" [dependencies.endiannezz] version = "0.6.5" [dependencies.flate2] version = "1.0.24" optional = true [dependencies.leb128] version = "0.2.5" [dependencies.lru] version = "0.8.1" default-features = false [dependencies.lz4_flex] version = "0.9.5" optional = true [dependencies.num_enum] version = "0.5.7" default-features = false [dependencies.thiserror] version = "1.0.36" [dependencies.tinyvec] version = "1.6.0" features = [ "rustc_1_57", "alloc", ] [dev-dependencies.clap] version = "4.0.10" features = [ "derive", "std", "usage", "help", ] default-features = false [features] default = [ "deflate", "lz4", ] deflate = ["flate2"] lz4 = ["lz4_flex"]