File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description = "WIP client for typesense"
88
99[features ]
1010default = [" derive" ]
11- codegen = [" typesense_codegen " ]
11+ openapi_client = []
1212tokio-rt = [" hyper/runtime" , " hyper/tcp" , " hyper-tls" ]
1313
1414# Provide derive(Document) macro.
@@ -27,7 +27,7 @@ serde_json = "1"
2727sha2 = " 0.9.5"
2828thiserror = " 1.0.24"
2929typesense_derive = { version = " 0.1.0" , path =" ../typesense_derive" , optional = true }
30- typesense_codegen = { verision = " 0.24 .0" , path =" ../typesense_codegen" , optional = true }
30+ typesense_codegen = { version = " 0.23 .0" , path =" ../typesense_codegen" }
3131
3232[dev-dependencies ]
3333serde_json = " 1.0"
Original file line number Diff line number Diff line change 55//!
66//! Welcome to typesense, the rust library for the Typesense API.
77
8- #[ cfg( feature = "codegen " ) ]
8+ #[ cfg( feature = "openapi_client " ) ]
99pub use typesense_codegen as openapi_client;
1010
1111mod client;
You can’t perform that action at this time.
0 commit comments