File tree Expand file tree Collapse file tree 4 files changed +35
-18
lines changed
Expand file tree Collapse file tree 4 files changed +35
-18
lines changed Original file line number Diff line number Diff line change 1414# KIND, either express or implied. See the License for the
1515# specific language governing permissions and limitations
1616# under the License.
17+
1718[package ]
1819name = " adbc_core"
1920description = " Public abstract API, driver manager and driver exporter"
20- version = { workspace = true }
21- edition = { workspace = true }
22- authors = { workspace = true }
23- license = { workspace = true }
21+ version.workspace = true
22+ edition.workspace = true
23+ rust-version.workspace = true
24+ authors.workspace = true
25+ license.workspace = true
26+ readme = " ../README.md"
27+ documentation.workspace = true
28+ homepage.workspace = true
29+ repository.workspace = true
30+ keywords.workspace = true
31+ categories.workspace = true
32+
33+ [features ]
34+ default = []
35+ driver_manager = [" dep:libloading" ]
2436
2537[dependencies ]
2638arrow-array.workspace = true
@@ -29,6 +41,3 @@ libloading = { version = "0.8", optional = true }
2941
3042[dev-dependencies ]
3143arrow-select.workspace = true
32-
33- [features ]
34- driver_manager = [" dep:libloading" ]
Original file line number Diff line number Diff line change 1818[package ]
1919name = " adbc_datafusion"
2020description = " ADBC driver for Apache DataFusion"
21- version = { workspace = true }
22- edition = { workspace = true }
23- authors = { workspace = true }
24- license = { workspace = true }
21+ version.workspace = true
22+ edition.workspace = true
23+ rust-version.workspace = true
24+ authors.workspace = true
25+ license.workspace = true
26+ readme.workspace = true
27+ documentation = " http://docs.rs/adbc_datafusion/"
28+ homepage.workspace = true
29+ repository.workspace = true
30+ keywords.workspace = true
31+ categories.workspace = true
2532
2633[dependencies ]
2734adbc_core = { path = " ../../core" }
Original file line number Diff line number Diff line change 1818[package ]
1919name = " adbc_dummy"
2020description = " A dummy ADBC driver for testing purposes"
21- version = { workspace = true }
22- edition = { workspace = true }
23- authors = { workspace = true }
24- license = { workspace = true }
21+ version.workspace = true
22+ edition.workspace = true
23+ rust-version.workspace = true
24+ license.workspace = true
25+ publish = false
2526
2627[dependencies ]
2728adbc_core = { path = " ../../core" }
Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ name = "adbc_snowflake"
2020description = " Snowflake Arrow Database Connectivity (ADBC) driver"
2121version.workspace = true
2222edition.workspace = true
23+ rust-version.workspace = true
2324authors.workspace = true
2425license.workspace = true
26+ readme.workspace = true
27+ documentation = " http://docs.rs/adbc_snowflake/"
2528homepage.workspace = true
2629repository.workspace = true
27- rust-version.workspace = true
2830keywords.workspace = true
2931categories.workspace = true
30- documentation = " http://docs.rs/adbc_snowflake/"
31- readme = " README.md"
3232
3333[features ]
3434default = [" bundled" , " env" , " dotenv" ]
You can’t perform that action at this time.
0 commit comments