# 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 = "iproto" version = "0.1.0" description = "Tarantool iproto protocol implementation" license-file = "LICENSE" repository = "https://github.com/oleggator/iproto" resolver = "2" [profile.dev] opt-level = 3 [dependencies.base64] version = "0.13" [dependencies.futures] version = "0.3" [dependencies.nix] version = "0.23" [dependencies.rmp] version = "^0.8" [dependencies.rmp-serde] version = "0.15" [dependencies.rmpv] version = "1.0" features = ["with-serde"] [dependencies.serde] version = "1.0" [dependencies.sha-1] version = "0.9" [dependencies.sharded-slab] version = "0.1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["rt", "net", "sync", "io-util", "time", "test-util", "macros", "parking_lot"]