# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tycho" version = "0.1.2" authors = ["Sam Huddart "] description = "A minimal, self-describing and traversable binary data format designed around rust and the serde data model." homepage = "https://github.com/samhdev/tycho" documentation = "https://docs.rs/tycho" keywords = ["format", "serde", "tokio", "tycho", "binary"] license = "MIT" repository = "https://github.com/samhdev/tycho" [package.metadata.docs.rs] features = ["serde", "partial", "partial_state", "async_tokio", "compression", "serde_types"] [dependencies.async-trait] version = "^0.1.48" optional = true [dependencies.byteorder] version = "^1.4.2" [dependencies.flate2] version = "^1.0.20" optional = true [dependencies.futures] version = "^0.3.13" optional = true [dependencies.hex] version = "0.4.3" [dependencies.paste] version = "^1.0.5" [dependencies.rand] version = "^0.8.3" [dependencies.serde] version = "^1.0.120" optional = true [dependencies.tokio] version = "^1.3.0" features = ["io-util"] optional = true [dependencies.tokio-byteorder] version = "^0.3.0" optional = true [dependencies.uuid] version = "^0.8.2" [dev-dependencies.paste] version = "^1.0.5" [dev-dependencies.serde] version = "^1.0.120" features = ["derive"] [dev-dependencies.tokio] version = "^1.3.0" features = ["fs"] [dev-dependencies.tokio-test] version = "^0.4.1" [features] async_tokio = ["tokio", "tokio-byteorder", "futures", "async-trait"] compression = ["flate2"] default = ["serde", "serde_optimise", "serde_types"] partial = [] partial_state = [] serde_optimise = [] serde_types = []