1[package]
2name = "jacquard-api"
3description = "Generated AT Protocol API bindings for Jacquard"
4edition.workspace = true
5version = "0.4.1"
6authors.workspace = true
7repository.workspace = true
8keywords.workspace = true
9categories.workspace = true
10readme.workspace = true
11exclude.workspace = true
12license.workspace = true
13
14[package.metadata.docs.rs]
15features = [ "bluesky", "other", "lexicon_community", "ufos" ]
16
17[dependencies]
18bon.workspace = true
19bytes = { workspace = true, features = ["serde"] }
20jacquard-common = { version = "0.5", path = "../jacquard-common" }
21jacquard-derive = { version = "0.5", path = "../jacquard-derive" }
22miette.workspace = true
23serde.workspace = true
24thiserror.workspace = true
25
26
27[features]
28default = [ "minimal"]
29minimal = [ "com_atproto", "com_bad_example"]
30bluesky = [ "com_atproto", "app_bsky", "chat_bsky", "tools_ozone", "minimal"]
31other = ["sh_tangled", "sh_weaver", "pub_leaflet", "net_anisota", "network_slices", "tools_smokesignal", "com_whtwnd", "community_lexicon", "place_stream", "blue__2048", "minimal" ]
32lexicon_community = ["community_lexicon", "my_skylights", "com_whtwnd", "social_psky", "blue_linkat", "minimal"]
33ufos = [ "moe_karashiiro", "dev_regnault", "buzz_bookhive", "uk_ewancroft", "win_tomo_x", "dev_fudgeu", "dev_ocbwoy3", "blog_pckt", "net_bnewbold", "club_stellz", "dev_baileytownsend", "net_aftertheinter", "org_devcon","org_robocracy", "garden_lexicon", "social_clippr", "social_grain", "social_pmsky", "com_crabdance", "app_blebbit", "app_ocho", "uk_skyblur", "us_polhem", "blue_atplane", "net_mmatt", "minimal" ]
34
35# --- generated ---
36# Generated namespace features
37app_blebbit = []
38app_bsky = []
39app_ocho = []
40beauty_cybernetic = []
41blog_pckt = []
42blue__2048 = []
43blue_atplane = []
44blue_linkat = []
45blue_zio = []
46buzz_bookhive = []
47chat_bsky = []
48club_stellz = []
49com_atproto = []
50com_bad_example = []
51com_crabdance = []
52com_shinolabs = []
53com_whtwnd = []
54community_lexicon = []
55dev_baileytownsend = []
56dev_fudgeu = []
57dev_ocbwoy3 = []
58dev_regnault = []
59events_smokesignal = []
60fyi_unravel = []
61garden_lexicon = []
62moe_karashiiro = []
63my_skylights = []
64net_aftertheinter = []
65net_anisota = ["app_bsky"]
66net_bnewbold = []
67net_mmatt = []
68network_slices = []
69org_devcon = []
70org_robocracy = []
71place_atwork = []
72place_stream = ["app_bsky"]
73pub_leaflet = []
74sh_tangled = []
75sh_weaver = ["app_bsky"]
76social_clippr = []
77social_grain = []
78social_pmsky = []
79social_psky = []
80tools_ozone = ["chat_bsky", "com_atproto"]
81tools_smokesignal = []
82uk_ewancroft = []
83uk_skyblur = []
84us_polhem = []
85win_tomo_x = []