Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cargo/cc_bindings_from_rs/cc_bindings_from_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ path = "../../../cc_bindings_from_rs/cc_bindings_from_rs.rs"

[dependencies]
generate_bindings = { path = "../../../cargo/cc_bindings_from_rs/generate_bindings/generate_bindings", package = "cc_bindings_from_rs_generate_bindings"}
cmdline = { path = "../../../cargo/cc_bindings_from_rs/cmdline"}
run_compiler = { path = "../../../cargo/cc_bindings_from_rs/run_compiler"}
cmdline = { path = "../../../cargo/cc_bindings_from_rs/cmdline", package = "cc_bindings_from_rs_cmdline"}
run_compiler = { path = "../../../cargo/cc_bindings_from_rs/run_compiler", package = "cc_bindings_from_rs_run_compiler"}
code_gen_utils = { path = "../../../cargo/common/code_gen_utils"}
token_stream_printer = { path = "../../../cargo/common/token_stream_printer"}
kythe_metadata = { path = "../../../cargo/common/kythe_metadata"}
Expand Down
4 changes: 2 additions & 2 deletions cargo/cc_bindings_from_rs/cmdline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# Automatically @generated Cargo.toml for the Rust crate cmdline.
# Automatically @generated Cargo.toml for the Rust crate cc_bindings_from_rs_cmdline.

[package]
name = "cmdline"
name = "cc_bindings_from_rs_cmdline"
edition.workspace = true

license-file.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions cargo/cc_bindings_from_rs/crubit_attr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# Automatically @generated Cargo.toml for the Rust crate crubit_attr.
# Automatically @generated Cargo.toml for the Rust crate cc_bindings_from_rs_crubit_attr.

[package]
name = "crubit_attr"
name = "cc_bindings_from_rs_crubit_attr"
edition.workspace = true

license-file.workspace = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories.workspace = true
path = "../../../../../cc_bindings_from_rs/generate_bindings/database/lib.rs"

[dependencies]
crubit_attr = { path = "../../../../../cargo/cc_bindings_from_rs/crubit_attr"}
crubit_attr = { path = "../../../../../cargo/cc_bindings_from_rs/crubit_attr", package = "cc_bindings_from_rs_crubit_attr"}
crubit_abi_type = { path = "../../../../../cargo/common/crubit_abi_type"}
arc_anyhow = { path = "../../../../../cargo/common/arc_anyhow"}
code_gen_utils = { path = "../../../../../cargo/common/code_gen_utils"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ path = "../../../../cc_bindings_from_rs/generate_bindings/lib.rs"

[dependencies]
query_compiler = { path = "../../../../cargo/cc_bindings_from_rs/generate_bindings/query_compiler", package = "cc_bindings_from_rs_query_compiler"}
crubit_attr = { path = "../../../../cargo/cc_bindings_from_rs/crubit_attr"}
run_compiler = { path = "../../../../cargo/cc_bindings_from_rs/run_compiler"}
toposort = { path = "../../../../cargo/cc_bindings_from_rs/toposort"}
crubit_attr = { path = "../../../../cargo/cc_bindings_from_rs/crubit_attr", package = "cc_bindings_from_rs_crubit_attr"}
run_compiler = { path = "../../../../cargo/cc_bindings_from_rs/run_compiler", package = "cc_bindings_from_rs_run_compiler"}
toposort = { path = "../../../../cargo/cc_bindings_from_rs/toposort", package = "cc_bindings_from_rs_toposort"}
database = { path = "../../../../cargo/cc_bindings_from_rs/generate_bindings/database/database", package = "cc_bindings_from_rs_database"}
dyn_format = { path = "../../../../cargo/common/dyn_format"}
code_gen_utils = { path = "../../../../cargo/common/code_gen_utils"}
Expand Down
4 changes: 2 additions & 2 deletions cargo/cc_bindings_from_rs/run_compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# Automatically @generated Cargo.toml for the Rust crate run_compiler.
# Automatically @generated Cargo.toml for the Rust crate cc_bindings_from_rs_run_compiler.

[package]
name = "run_compiler"
name = "cc_bindings_from_rs_run_compiler"
edition.workspace = true

license-file.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions cargo/cc_bindings_from_rs/toposort/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# Automatically @generated Cargo.toml for the Rust crate toposort.
# Automatically @generated Cargo.toml for the Rust crate cc_bindings_from_rs_toposort.

[package]
name = "toposort"
name = "cc_bindings_from_rs_toposort"
edition.workspace = true

license-file.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions cargo/rs_bindings_from_cc/annotations_consumer_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# Automatically @generated Cargo.toml for the cc_library annotations_consumer_sys.
# Automatically @generated Cargo.toml for the cc_library rs_bindings_from_cc_annotations_consumer_sys.

[package]
name = "annotations_consumer_sys"
name = "rs_bindings_from_cc_annotations_consumer_sys"
edition.workspace = true
license-file.workspace = true
repository.workspace = true
Expand All @@ -17,7 +17,7 @@ build = "build.rs"
path = "lib.rs"

[dependencies]
cc_ir_sys = { path = "../../../cargo/rs_bindings_from_cc/cc_ir_sys"}
cc_ir_sys = { path = "../../../cargo/rs_bindings_from_cc/cc_ir_sys", package = "rs_bindings_from_cc_cc_ir_sys"}
annotation_reader_sys = { path = "../../../cargo/common/annotation_reader_sys"}


Expand Down
6 changes: 3 additions & 3 deletions cargo/rs_bindings_from_cc/ast_consumer_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# Automatically @generated Cargo.toml for the cc_library ast_consumer_sys.
# Automatically @generated Cargo.toml for the cc_library rs_bindings_from_cc_ast_consumer_sys.

[package]
name = "ast_consumer_sys"
name = "rs_bindings_from_cc_ast_consumer_sys"
edition.workspace = true
license-file.workspace = true
repository.workspace = true
Expand All @@ -17,7 +17,7 @@ build = "build.rs"
path = "lib.rs"

[dependencies]
importer_sys = { path = "../../../cargo/rs_bindings_from_cc/importer_sys"}
importer_sys = { path = "../../../cargo/rs_bindings_from_cc/importer_sys", package = "rs_bindings_from_cc_importer_sys"}


[build-dependencies]
Expand Down
10 changes: 5 additions & 5 deletions cargo/rs_bindings_from_cc/ast_convert_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# Automatically @generated Cargo.toml for the cc_library ast_convert_sys.
# Automatically @generated Cargo.toml for the cc_library rs_bindings_from_cc_ast_convert_sys.

[package]
name = "ast_convert_sys"
name = "rs_bindings_from_cc_ast_convert_sys"
edition.workspace = true
license-file.workspace = true
repository.workspace = true
Expand All @@ -17,9 +17,9 @@ build = "build.rs"
path = "lib.rs"

[dependencies]
ast_util_sys = { path = "../../../cargo/rs_bindings_from_cc/ast_util_sys"}
cc_ir_sys = { path = "../../../cargo/rs_bindings_from_cc/cc_ir_sys"}
recording_diagnostic_consumer_sys = { path = "../../../cargo/rs_bindings_from_cc/recording_diagnostic_consumer_sys"}
ast_util_sys = { path = "../../../cargo/rs_bindings_from_cc/ast_util_sys", package = "rs_bindings_from_cc_ast_util_sys"}
cc_ir_sys = { path = "../../../cargo/rs_bindings_from_cc/cc_ir_sys", package = "rs_bindings_from_cc_cc_ir_sys"}
recording_diagnostic_consumer_sys = { path = "../../../cargo/rs_bindings_from_cc/recording_diagnostic_consumer_sys", package = "rs_bindings_from_cc_recording_diagnostic_consumer_sys"}


[build-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions cargo/rs_bindings_from_cc/ast_util_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# Automatically @generated Cargo.toml for the cc_library ast_util_sys.
# Automatically @generated Cargo.toml for the cc_library rs_bindings_from_cc_ast_util_sys.

[package]
name = "ast_util_sys"
name = "rs_bindings_from_cc_ast_util_sys"
edition.workspace = true
license-file.workspace = true
repository.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions cargo/rs_bindings_from_cc/bazel_types_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# Automatically @generated Cargo.toml for the cc_library bazel_types_sys.
# Automatically @generated Cargo.toml for the cc_library rs_bindings_from_cc_bazel_types_sys.

[package]
name = "bazel_types_sys"
name = "rs_bindings_from_cc_bazel_types_sys"
edition.workspace = true
license-file.workspace = true
repository.workspace = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# Automatically @generated Cargo.toml for the cc_library cc_collect_instantiations_sys.
# Automatically @generated Cargo.toml for the cc_library rs_bindings_from_cc_cc_collect_instantiations_sys.

[package]
name = "cc_collect_instantiations_sys"
name = "rs_bindings_from_cc_cc_collect_instantiations_sys"
edition.workspace = true
license-file.workspace = true
repository.workspace = true
Expand All @@ -17,7 +17,7 @@ build = "build.rs"
path = "lib.rs"

[dependencies]
collect_instantiations = { path = "../../../cargo/rs_bindings_from_cc/collect_instantiations"}
collect_instantiations = { path = "../../../cargo/rs_bindings_from_cc/collect_instantiations", package = "rs_bindings_from_cc_collect_instantiations"}
cc_ffi_types_sys = { path = "../../../cargo/common/cc_ffi_types_sys"}


Expand Down
4 changes: 2 additions & 2 deletions cargo/rs_bindings_from_cc/cc_ir_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# Automatically @generated Cargo.toml for the cc_library cc_ir_sys.
# Automatically @generated Cargo.toml for the cc_library rs_bindings_from_cc_cc_ir_sys.

[package]
name = "cc_ir_sys"
name = "rs_bindings_from_cc_cc_ir_sys"
edition.workspace = true
license-file.workspace = true
repository.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions cargo/rs_bindings_from_cc/cmdline_flags_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# Automatically @generated Cargo.toml for the cc_library cmdline_flags_sys.
# Automatically @generated Cargo.toml for the cc_library rs_bindings_from_cc_cmdline_flags_sys.

[package]
name = "cmdline_flags_sys"
name = "rs_bindings_from_cc_cmdline_flags_sys"
edition.workspace = true
license-file.workspace = true
repository.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions cargo/rs_bindings_from_cc/cmdline_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# Automatically @generated Cargo.toml for the cc_library cmdline_sys.
# Automatically @generated Cargo.toml for the cc_library rs_bindings_from_cc_cmdline_sys.

[package]
name = "cmdline_sys"
name = "rs_bindings_from_cc_cmdline_sys"
edition.workspace = true
license-file.workspace = true
repository.workspace = true
Expand All @@ -17,7 +17,7 @@ build = "build.rs"
path = "lib.rs"

[dependencies]
cc_ir_sys = { path = "../../../cargo/rs_bindings_from_cc/cc_ir_sys"}
cc_ir_sys = { path = "../../../cargo/rs_bindings_from_cc/cc_ir_sys", package = "rs_bindings_from_cc_cc_ir_sys"}
cc_ffi_types_sys = { path = "../../../cargo/common/cc_ffi_types_sys"}


Expand Down
4 changes: 2 additions & 2 deletions cargo/rs_bindings_from_cc/collect_instantiations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# Automatically @generated Cargo.toml for the Rust crate collect_instantiations.
# Automatically @generated Cargo.toml for the Rust crate rs_bindings_from_cc_collect_instantiations.

[package]
name = "collect_instantiations"
name = "rs_bindings_from_cc_collect_instantiations"
edition.workspace = true

license-file.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions cargo/rs_bindings_from_cc/collect_namespaces_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# Automatically @generated Cargo.toml for the cc_library collect_namespaces_sys.
# Automatically @generated Cargo.toml for the cc_library rs_bindings_from_cc_collect_namespaces_sys.

[package]
name = "collect_namespaces_sys"
name = "rs_bindings_from_cc_collect_namespaces_sys"
edition.workspace = true
license-file.workspace = true
repository.workspace = true
Expand All @@ -17,7 +17,7 @@ build = "build.rs"
path = "lib.rs"

[dependencies]
cc_ir_sys = { path = "../../../cargo/rs_bindings_from_cc/cc_ir_sys"}
cc_ir_sys = { path = "../../../cargo/rs_bindings_from_cc/cc_ir_sys", package = "rs_bindings_from_cc_cc_ir_sys"}


[build-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions cargo/rs_bindings_from_cc/decl_importer_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# Automatically @generated Cargo.toml for the cc_library decl_importer_sys.
# Automatically @generated Cargo.toml for the cc_library rs_bindings_from_cc_decl_importer_sys.

[package]
name = "decl_importer_sys"
name = "rs_bindings_from_cc_decl_importer_sys"
edition.workspace = true
license-file.workspace = true
repository.workspace = true
Expand All @@ -17,7 +17,7 @@ build = "build.rs"
path = "lib.rs"

[dependencies]
cc_ir_sys = { path = "../../../cargo/rs_bindings_from_cc/cc_ir_sys"}
cc_ir_sys = { path = "../../../cargo/rs_bindings_from_cc/cc_ir_sys", package = "rs_bindings_from_cc_cc_ir_sys"}
lifetime_annotations_sys = { path = "../../../cargo/lifetime_annotations/lifetime_annotations_sys"}
type_lifetimes_sys = { path = "../../../cargo/lifetime_annotations/type_lifetimes_sys"}

Expand Down
6 changes: 3 additions & 3 deletions cargo/rs_bindings_from_cc/frontend_action_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Exceptions. See /LICENSE for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# Automatically @generated Cargo.toml for the cc_library frontend_action_sys.
# Automatically @generated Cargo.toml for the cc_library rs_bindings_from_cc_frontend_action_sys.

[package]
name = "frontend_action_sys"
name = "rs_bindings_from_cc_frontend_action_sys"
edition.workspace = true
license-file.workspace = true
repository.workspace = true
Expand All @@ -17,7 +17,7 @@ build = "build.rs"
path = "lib.rs"

[dependencies]
ast_consumer_sys = { path = "../../../cargo/rs_bindings_from_cc/ast_consumer_sys"}
ast_consumer_sys = { path = "../../../cargo/rs_bindings_from_cc/ast_consumer_sys", package = "rs_bindings_from_cc_ast_consumer_sys"}
lifetime_annotations_sys = { path = "../../../cargo/lifetime_annotations/lifetime_annotations_sys"}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "../../../../rs_bindings_from_cc/generate_bindings/cpp_type_name.rs"
arc_anyhow = { path = "../../../../cargo/common/arc_anyhow"}
code_gen_utils = { path = "../../../../cargo/common/code_gen_utils"}
error_report = { path = "../../../../cargo/common/error_report"}
ir = { path = "../../../../cargo/rs_bindings_from_cc/ir"}
ir = { path = "../../../../cargo/rs_bindings_from_cc/ir", package = "rs_bindings_from_cc_ir"}
database = { path = "../../../../cargo/rs_bindings_from_cc/generate_bindings/database/database", package = "rs_bindings_from_cc_database"}
proc-macro2.workspace = true
quote.workspace = true
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ errors = { path = "../../../../../cargo/common/errors"}
ffi_types = { path = "../../../../../cargo/common/ffi_types"}
memoized = { path = "../../../../../cargo/common/memoized"}
token_stream_printer = { path = "../../../../../cargo/common/token_stream_printer"}
ir = { path = "../../../../../cargo/rs_bindings_from_cc/ir"}
ir = { path = "../../../../../cargo/rs_bindings_from_cc/ir", package = "rs_bindings_from_cc_ir"}
flagset.workspace = true
heck.workspace = true
itertools.workspace = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ error_report = { path = "../../../../cargo/common/error_report"}
errors = { path = "../../../../cargo/common/errors"}
ffi_types = { path = "../../../../cargo/common/ffi_types"}
token_stream_printer = { path = "../../../../cargo/common/token_stream_printer"}
ir = { path = "../../../../cargo/rs_bindings_from_cc/ir"}
ir = { path = "../../../../cargo/rs_bindings_from_cc/ir", package = "rs_bindings_from_cc_ir"}
database = { path = "../../../../cargo/rs_bindings_from_cc/generate_bindings/database/database", package = "rs_bindings_from_cc_database"}
flagset.workspace = true
itertools.workspace = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ code_gen_utils = { path = "../../../../cargo/common/code_gen_utils"}
crubit_feature = { path = "../../../../cargo/common/crubit_feature"}
error_report = { path = "../../../../cargo/common/error_report"}
ffi_types = { path = "../../../../cargo/common/ffi_types"}
ir = { path = "../../../../cargo/rs_bindings_from_cc/ir"}
ir = { path = "../../../../cargo/rs_bindings_from_cc/ir", package = "rs_bindings_from_cc_ir"}
database = { path = "../../../../cargo/rs_bindings_from_cc/generate_bindings/database/database", package = "rs_bindings_from_cc_database"}
itertools.workspace = true
proc-macro2.workspace = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ generate_comment = { path = "../../../../cargo/rs_bindings_from_cc/generate_bind
arc_anyhow = { path = "../../../../cargo/common/arc_anyhow"}
code_gen_utils = { path = "../../../../cargo/common/code_gen_utils"}
error_report = { path = "../../../../cargo/common/error_report"}
ir = { path = "../../../../cargo/rs_bindings_from_cc/ir"}
ir = { path = "../../../../cargo/rs_bindings_from_cc/ir", package = "rs_bindings_from_cc_ir"}
database = { path = "../../../../cargo/rs_bindings_from_cc/generate_bindings/database/database", package = "rs_bindings_from_cc_database"}
proc-macro2.workspace = true
quote.workspace = true
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ crubit_abi_type = { path = "../../../../cargo/common/crubit_abi_type"}
crubit_feature = { path = "../../../../cargo/common/crubit_feature"}
error_report = { path = "../../../../cargo/common/error_report"}
errors = { path = "../../../../cargo/common/errors"}
ir = { path = "../../../../cargo/rs_bindings_from_cc/ir"}
ir = { path = "../../../../cargo/rs_bindings_from_cc/ir", package = "rs_bindings_from_cc_ir"}
database = { path = "../../../../cargo/rs_bindings_from_cc/generate_bindings/database/database", package = "rs_bindings_from_cc_database"}
flagset.workspace = true
itertools.workspace = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ arc_anyhow = { path = "../../../../cargo/common/arc_anyhow"}
code_gen_utils = { path = "../../../../cargo/common/code_gen_utils"}
crubit_abi_type = { path = "../../../../cargo/common/crubit_abi_type"}
error_report = { path = "../../../../cargo/common/error_report"}
ir = { path = "../../../../cargo/rs_bindings_from_cc/ir"}
ir = { path = "../../../../cargo/rs_bindings_from_cc/ir", package = "rs_bindings_from_cc_ir"}
database = { path = "../../../../cargo/rs_bindings_from_cc/generate_bindings/database/database", package = "rs_bindings_from_cc_database"}
itertools.workspace = true
proc-macro2.workspace = true
Expand Down
Loading