# 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 = "lotus-lib" version = "4.0.1" authors = ["Youn Mélois "] exclude = [".*"] description = "A library for reading data from Warframe's files stored in the Cache.Windows folder" homepage = "https://github.com/sehnryr/lotus-lib" readme = "README.md" keywords = [ "warframe", "cache", "decompression", ] categories = [ "encoding", "filesystem", "parsing", ] license = "MIT" repository = "https://github.com/sehnryr/lotus-lib" [dependencies.anyhow] version = "1.0.69" [dependencies.arctree] version = "0.1.0" [dependencies.derivative] version = "2.2.0" [dependencies.log] version = "0.4.17" [dependencies.lz4_flex] version = "0.9.5" [dependencies.oodle-safe] version = "0.1" [dependencies.zerocopy] version = "0.7.32" features = ["derive"] [features] internal = [ "post_ensmallening", "pre_ensmallening", ] post_ensmallening = [] pre_ensmallening = [] [lints.rust] missing_docs = "warn" unsafe_code = "forbid"