Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Aug 3, 2023
1 parent d80d042 commit f19cf7d
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 42 deletions.
2 changes: 0 additions & 2 deletions contribution/polars_ops_multiple_arguments/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name = "polars_ops_multiple_arguments"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
polars = { path = "../../crates/polars" }
polars-core = { path = "../../crates/polars-core" }
2 changes: 0 additions & 2 deletions crates/polars-algo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ license = { workspace = true }
repository = { workspace = true }
description = "Algorithms built upon Polars primitives"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
polars-core = { version = "0.31.1", path = "../polars-core", features = ["dtype-categorical", "asof_join"], default-features = false }
polars-lazy = { version = "0.31.1", path = "../polars-lazy", features = ["asof_join", "concat_str", "strings"] }
Expand Down
2 changes: 0 additions & 2 deletions crates/polars-arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ license = { workspace = true }
repository = { workspace = true }
description = "Arrow interfaces for Polars DataFrame library"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
arrow.workspace = true
atoi = { version = "2.0.0", optional = true }
Expand Down
2 changes: 0 additions & 2 deletions crates/polars-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ license = { workspace = true }
repository = { workspace = true }
description = "Core of the Polars DataFrame library"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
simd = ["arrow/simd", "polars-arrow/simd"]
nightly = ["simd", "hashbrown/nightly", "polars-utils/nightly", "polars-arrow/nightly"]
Expand Down
2 changes: 0 additions & 2 deletions crates/polars-error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ license = { workspace = true }
repository = { workspace = true }
description = "Error definitions for the Polars DataFrame library"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
arrow.workspace = true
regex = { version = "1.6", optional = true }
Expand Down
2 changes: 0 additions & 2 deletions crates/polars-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ license = { workspace = true }
repository = { workspace = true }
description = "IO related logic for the Polars DataFrame library"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
# support for arrows json parsing
json = [
Expand Down
2 changes: 0 additions & 2 deletions crates/polars-json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ license = { workspace = true }
repository = { workspace = true }
description = "JSON related logic for the Polars DataFrame library"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ahash.workspace = true
arrow.workspace = true
Expand Down
2 changes: 0 additions & 2 deletions crates/polars-lazy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ license = { workspace = true }
repository = { workspace = true }
description = "Lazy query engine for the Polars DataFrame library"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dev-dependencies]
serde_json = "1"

Expand Down
2 changes: 0 additions & 2 deletions crates/polars-ops/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ license = { workspace = true }
repository = { workspace = true }
description = "More operations on Polars data structures"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
argminmax = { version = "0.6.1", default-features = false, features = ["float"] }
arrow.workspace = true
Expand Down
2 changes: 0 additions & 2 deletions crates/polars-pipe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ license = { workspace = true }
repository = { workspace = true }
description = "Lazy query engine for the Polars DataFrame library"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
crossbeam-channel = { version = "0.5", optional = true }
crossbeam-queue = { version = "0.3", optional = true }
Expand Down
2 changes: 0 additions & 2 deletions crates/polars-plan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ description = "Lazy query engine for the Polars DataFrame library"
[lib]
doctest = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ahash.workspace = true
arrow.workspace = true
Expand Down
2 changes: 0 additions & 2 deletions crates/polars-row/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ license = { workspace = true }
repository = { workspace = true }
description = "Row encodings for the Polars DataFrame library"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
arrow.workspace = true
polars-error = { version = "0.31.1", path = "../polars-error" }
Expand Down
1 change: 0 additions & 1 deletion crates/polars-sql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ license = { workspace = true }
repository = { workspace = true }
description = "SQL transpiler for Polars. Converts SQL to Polars logical plans"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
csv = ["polars-lazy/csv"]
json = ["polars-lazy/json"]
Expand Down
2 changes: 0 additions & 2 deletions crates/polars-time/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ license = { workspace = true }
repository = { workspace = true }
description = "Time related code for the Polars DataFrame library"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
arrow.workspace = true
atoi = "2.0.0"
Expand Down
2 changes: 0 additions & 2 deletions crates/polars-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ license = { workspace = true }
repository = { workspace = true }
description = "Private utils for the Polars DataFrame library"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ahash.workspace = true
hashbrown.workspace = true
Expand Down
1 change: 0 additions & 1 deletion examples/python_rust_compiled_function/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "python_rust_compiled_function"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "my_polars_functions"
crate-type = ["cdylib"]
Expand Down
2 changes: 0 additions & 2 deletions examples/read_csv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name = "read_csv"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
write_output = ["polars/ipc", "polars/parquet"]
default = ["write_output"]
Expand Down
2 changes: 0 additions & 2 deletions examples/read_json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ name = "read_json"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
polars = { path = "../../crates/polars", features = ["json"] }
2 changes: 0 additions & 2 deletions examples/read_parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ name = "read_parquet"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
polars = { path = "../../crates/polars", features = ["lazy", "parquet"] }
2 changes: 0 additions & 2 deletions examples/read_parquet_cloud/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name = "read_parquet_cloud"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
aws-creds = "0.35.0"
polars = { path = "../../crates/polars", features = ["lazy", "aws"] }
2 changes: 0 additions & 2 deletions examples/string_filter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ name = "string_filter"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
polars = { path = "../../crates/polars", features = ["strings", "lazy"] }
2 changes: 0 additions & 2 deletions py-polars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name = "py-polars"
version = "0.18.11"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[workspace]
# prevents package from thinking it's in the workspace
[target.'cfg(any(not(target_os = "linux"), use_mimalloc))'.dependencies]
Expand Down

0 comments on commit f19cf7d

Please sign in to comment.