# 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" rust-version = "1.75" name = "atrium-xrpc" version = "0.12.0" authors = ["sugyan "] description = "XRPC library for AT Protocol (Bluesky)" documentation = "https://docs.rs/atrium-xrpc" readme = "README.md" keywords = [ "atproto", "bluesky", ] license = "MIT" repository = "https://github.com/sugyan/atrium" [dependencies.http] version = "1.1.0" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_html_form] version = "0.2.6" [dependencies.serde_json] version = "1.0.125" [dependencies.thiserror] version = "1.0" [dependencies.trait-variant] version = "0.1.2" [dev-dependencies.tokio] version = "1.39" features = [ "macros", "rt", ] default-features = false [target."cfg(target_arch = \"wasm32\")".dev-dependencies.bumpalo] version = "~3.14.0" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3.41"