@@ -143,8 +143,9 @@ services-github = ["dep:opendal-service-github"]
143143services-gridfs = [" dep:opendal-service-gridfs" ]
144144services-hdfs = [" dep:opendal-service-hdfs" ]
145145services-hdfs-native = [" dep:opendal-service-hdfs-native" ]
146+ services-hf = [" dep:opendal-service-hf" ]
146147services-http = [" dep:opendal-service-http" ]
147- services-huggingface = [" dep:opendal-service-huggingface " ]
148+ services-huggingface = [" services-hf " ]
148149services-ipfs = [" dep:opendal-service-ipfs" ]
149150services-ipmfs = [" dep:opendal-service-ipmfs" ]
150151services-koofr = [" dep:opendal-service-koofr" ]
@@ -257,8 +258,8 @@ opendal-service-github = { path = "services/github", version = "0.55.0", optiona
257258opendal-service-gridfs = { path = " services/gridfs" , version = " 0.55.0" , optional = true , default-features = false }
258259opendal-service-hdfs = { path = " services/hdfs" , version = " 0.55.0" , optional = true , default-features = false }
259260opendal-service-hdfs-native = { path = " services/hdfs-native" , version = " 0.55.0" , optional = true , default-features = false }
261+ opendal-service-hf = { path = " services/hf" , version = " 0.55.0" , optional = true , default-features = false }
260262opendal-service-http = { path = " services/http" , version = " 0.55.0" , optional = true , default-features = false }
261- opendal-service-huggingface = { path = " services/huggingface" , version = " 0.55.0" , optional = true , default-features = false }
262263opendal-service-ipfs = { path = " services/ipfs" , version = " 0.55.0" , optional = true , default-features = false }
263264opendal-service-ipmfs = { path = " services/ipmfs" , version = " 0.55.0" , optional = true , default-features = false }
264265opendal-service-koofr = { path = " services/koofr" , version = " 0.55.0" , optional = true , default-features = false }
0 commit comments