# 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 = "xpress_rs" version = "0.2.0" authors = ["rthidfrev"] description = "Xpress implementation in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/rthidfrev/Xpress_rs/tree/master" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.env_logger] version = "0.10.0" optional = true [dependencies.log] version = "0.4.19" optional = true [dependencies.xxhash-rust] version = "0.8.6" features = ["xxh3"] [dev-dependencies.windows] version = "0.48.0" features = [ "Win32_Storage_Compression", "Win32_Foundation", ] [features] default = [] logging = [ "log", "env_logger", ]