Skip to content

Commit

Permalink
Document all features (#3377)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored Dec 20, 2022
1 parent c1c97f1 commit 9cdc1c1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions arrow-flight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ prost-derive = { version = "0.11", default-features = false }
tokio = { version = "1.0", default-features = false, features = ["macros", "rt", "rt-multi-thread"] }
futures = { version = "0.3", default-features = false, features = ["alloc"] }

[package.metadata.docs.rs]
all-features = true

[features]
default = []
flight-sql-experimental = []
Expand Down
3 changes: 3 additions & 0 deletions arrow-ord/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ num = { version = "0.4", default-features = false, features = ["std"] }
[dev-dependencies]
rand = { version = "0.8", default-features = false, features = ["std", "std_rng"] }

[package.metadata.docs.rs]
features = ["dyn_cmp_dict"]

[features]
dyn_cmp_dict = []
simd = ["arrow-array/simd"]
3 changes: 3 additions & 0 deletions arrow-string/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,8 @@ arrow-select = { version = "29.0.0", path = "../arrow-select" }
regex = { version = "1.7.0", default-features = false, features = ["std", "unicode", "perf"] }
regex-syntax = { version = "0.6.27", default-features = false, features = ["unicode"] }

[package.metadata.docs.rs]
all-features = true

[features]
dyn_cmp_dict = []
2 changes: 1 addition & 1 deletion arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ multiversion = { version = "0.6.1", default-features = false }
bitflags = { version = "1.2.1", default-features = false, optional = true }

[package.metadata.docs.rs]
features = ["prettyprint", "ipc_compression", "dyn_cmp_dict", "ffi", "pyarrow"]
features = ["prettyprint", "ipc_compression", "dyn_cmp_dict", "dyn_arith_dict", "ffi", "pyarrow"]

[features]
default = ["csv", "ipc", "json"]
Expand Down

0 comments on commit 9cdc1c1

Please sign in to comment.