# 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 = "eagle" version = "0.3.0" authors = ["KodiCraft "] description = "A simple library for creating RPC protocols." readme = "README.md" license = "AGPL-3.0" repository = "https://git.colon-three.com/kodi/eagle" resolver = "2" [lib] proc-macro = true [[test]] name = "tests" path = "tests/mod.rs" [dependencies.proc-macro2] version = "1.0.85" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.66" [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.log] version = "0.4.21" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.ron] version = "0.8.1" [dev-dependencies.serde] version = "1.0.203" features = ["serde_derive"] [dev-dependencies.tokio] version = "1.38.0" features = [ "sync", "rt-multi-thread", "macros", "time", "io-util", "net", ] [dev-dependencies.tokio-test] version = "0.4.4" [features] default = [ "tcp", "log", ] log = [] tcp = [] unix = []