# 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 = "rsky-lexicon" version = "0.1.0" publish = true description = "Bluesky API library" homepage = "https://github.com/blacksky-algorithms/rsky" documentation = "https://docs.rs/rsky-lexicon" readme = "README.md" keywords = [ "bluesky", "atproto", ] license = "Apache-2.0" repository = "https://github.com/blacksky-algorithms/rsky/tree/main/rsky-lexicon" [dependencies.chrono] version = "0.4.24" features = ["serde"] [dependencies.cid] version = "0.10.1" features = ["serde-codec"] [dependencies.derive_builder] version = "0.12.0" [dependencies.miette] version = "5.8.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_bytes] version = "0.11.9" [dependencies.serde_cbor] version = "0.11.2" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "1.0.96" [dependencies.thiserror] version = "1.0.40"