# 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 = "usf" version = "0.1.0" authors = ["Swarms.ai"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Universal Storage Format (USF) - A next-generation, high-performance storage format" documentation = "https://docs.rs/usf" readme = "README.md" keywords = [ "storage", "compression", "format", "enterprise", "data", ] categories = [ "compression", "database", "filesystem", ] license = "Apache-2.0" repository = "https://github.com/The-Swarm-Corporation/USF" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.dev] opt-level = 0 debug = 2 [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "usf" path = "src/lib.rs" [[bin]] name = "usf" path = "src/main.rs" [dependencies.bincode] version = "1.3" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.image] version = "0.24" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.simplelog] version = "0.12" [dependencies.thiserror] version = "1.0" [dependencies.xxhash-rust] version = "0.8" features = ["xxh3"] [dependencies.zstd] version = "0.13" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.tempfile] version = "3.8" [features] compression = [] default = ["compression"] encryption = [] monitoring = []