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 14
14
# KIND, either express or implied. See the License for the
15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
+
17
18
[package ]
18
19
name = " adbc_core"
19
20
description = " 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" ]
24
36
25
37
[dependencies ]
26
38
arrow-array.workspace = true
@@ -29,6 +41,3 @@ libloading = { version = "0.8", optional = true }
29
41
30
42
[dev-dependencies ]
31
43
arrow-select.workspace = true
32
-
33
- [features ]
34
- driver_manager = [" dep:libloading" ]
Original file line number Diff line number Diff line change 18
18
[package ]
19
19
name = " adbc_datafusion"
20
20
description = " 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
25
32
26
33
[dependencies ]
27
34
adbc_core = { path = " ../../core" }
Original file line number Diff line number Diff line change 18
18
[package ]
19
19
name = " adbc_dummy"
20
20
description = " 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
25
26
26
27
[dependencies ]
27
28
adbc_core = { path = " ../../core" }
Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ name = "adbc_snowflake"
20
20
description = " Snowflake Arrow Database Connectivity (ADBC) driver"
21
21
version.workspace = true
22
22
edition.workspace = true
23
+ rust-version.workspace = true
23
24
authors.workspace = true
24
25
license.workspace = true
26
+ readme.workspace = true
27
+ documentation = " http://docs.rs/adbc_snowflake/"
25
28
homepage.workspace = true
26
29
repository.workspace = true
27
- rust-version.workspace = true
28
30
keywords.workspace = true
29
31
categories.workspace = true
30
- documentation = " http://docs.rs/adbc_snowflake/"
31
- readme = " README.md"
32
32
33
33
[features ]
34
34
default = [" bundled" , " env" , " dotenv" ]
You can’t perform that action at this time.
0 commit comments