# 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 = "i3ipc-types" version = "0.16.0" authors = ["Evan Cameron "] description = """ Library containing all the types needed to communicate with i3, along with their serde implementations and implementations of many std traits """ readme = "README.md" keywords = [ "i3", "ipc", "protocol", "json", "serde", ] categories = [ "api-bindings", "parsing", "command-line-utilities", "gui", ] license = "MIT" repository = "https://github.com/leshow/tokio-i3ipc/tree/master/i3ipc-types" resolver = "1" [dependencies.async-std] version = "1.8" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1" [dependencies.tokio] version = "1.0" features = ["net"] optional = true [features] async-std-traits = ["async-std"] async-traits = ["tokio"] default = [] sway = []