# 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 = "ice-rs" version = "0.3.0" authors = ["cemoktra "] description = "ZeroC Ice for Rust" homepage = "https://github.com/cemoktra/ice-rs" readme = "README.md" keywords = ["zeroc", "ice", "rpc"] license = "GPL-2.0" repository = "https://github.com/cemoktra/ice-rs" [lib] name = "ice_rs" path = "src/lib.rs" [[bin]] name = "slice2rs" path = "src/slice2rs/bin.rs" [dependencies.Inflector] version = "0.11" [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.futures] version = "0.3" [dependencies.ice-derive] version = "0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.num_enum] version = "0.5" [dependencies.openssl] version = "0.10" [dependencies.pest] version = "2.0" [dependencies.pest_derive] version = "2.0" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1" [dependencies.tokio] version = "1.1.0" features = ["full"] [dependencies.tokio-openssl] version = "0.6"