File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ license = { workspace = true }
2929keywords  = [" iceberg" 
3030
3131[features ]
32- default  = [" storage-memory" " storage-fs" " storage-s3" 
32+ default  = [" storage-memory" " storage-fs" " storage-s3" ,  " tokio " 
3333storage-all  = [" storage-memory" " storage-fs" " storage-s3" " storage-gcs" 
3434
3535storage-memory  = [" opendal/services-memory" 
@@ -38,6 +38,7 @@ storage-s3 = ["opendal/services-s3"]
3838storage-gcs  = [" opendal/services-gcs" 
3939
4040async-std  = [" dep:async-std" 
41+ tokio  = [" dep:tokio" 
4142
4243[dependencies ]
4344anyhow  = { workspace  = true  }
@@ -77,7 +78,7 @@ serde_derive = { workspace = true }
7778serde_json  = { workspace  = true  }
7879serde_repr  = { workspace  = true  }
7980serde_with  = { workspace  = true  }
80- tokio  = { workspace  = true , features  = [" sync" 
81+ tokio  = { workspace  = true , optional  =  true ,  features  = [" sync" 
8182typed-builder  = { workspace  = true  }
8283url  = { workspace  = true  }
8384uuid  = { workspace  = true  }
Original file line number Diff line number Diff line change 2424mod  blob; 
2525mod  compression; 
2626mod  metadata; 
27+ #[ cfg( feature = "tokio" ) ]  
2728mod  reader; 
2829
2930#[ cfg( test) ]  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments