# 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 = "anywhere" version = "0.0.1" authors = ["Vivek Panyam "] description = "Serve Lunchbox filesystems over a transport." keywords = [] categories = [] license = "Apache-2.0" repository = "https://github.com/VivekPanyam/carton" [dependencies.async-trait] version = "0.1" [dependencies.bincode] version = "1.3.3" [dependencies.dashmap] version = "5.4.0" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.lunchbox] version = "0.1" features = ["serde"] default-features = false [dependencies.paste] version = "1" [dependencies.pin-project] version = "1" [dependencies.relative-path] version = "1.7" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.tokio] version = "1" features = [ "io-util", "sync", "rt", ] [dependencies.tracing] version = "0.1" [features] tcp = ["tokio/net"]