# 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 = "bindable" version = "0.1.2" authors = ["Matt Fellenz "] description = "An abstraction over an address that a server can bind to: either an IP address for TCP or a path for a Unix socket" documentation = "https://docs.rs/bindable" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mattfbacon/bindable" resolver = "2" [dependencies.actix-http] version = "3" optional = true [dependencies.actix-service] version = "2" optional = true [dependencies.actix-web] version = "4" optional = true [dependencies.serde] version = "1" optional = true [dependencies.thiserror] version = "1" [features] default = ["with-serde"] with-actix = ["actix-http", "actix-service", "actix-web"] with-serde = ["serde"]