Move FFI bindings out of ocamlrep_marshal crate
[hiphop-php.git] / hphp / hack / .cargo / Cargo.toml.ocaml_build
blob9550e7414abb91aba73decea278dbf9bc72b8a0e
1 # Do not edit the Cargo.toml file - edit .cargo/Cargo.toml.ocaml_build instead.
3 [workspace]
4 members = [
5     "src/arena_collections",
6     "src/arena_trait",
7     "src/decl/cargo/rust_decl_ffi",
8     "src/decl/direct_decl_smart_constructors",
9     "src/deps/cargo/deps_rust",
10     "src/deps/cargo/deps_rust_ffi",
11     "src/deps/cargo/typing_deps_hash",
12     "src/facebook/hh",
13     "src/facebook/hh/cargo/hh_api",
14     "src/facebook/hh_decl",
15     "src/facebook/hh_decl/cargo/decl_ipc",
16     "src/facebook/hh_decl/cargo/decl_ipc_ffi",
17     "src/facebook/hh_decl/cargo/hh_decl_client_api",
18     "src/facebook/hh_decl/cargo/hh_decl_client_lib",
19     "src/facebook/hh_decl/cargo/hh_decl_server_api",
20     "src/facebook/hh_fanout",
21     "src/facebook/hh_fanout/cargo/hh_fanout_api",
22     "src/facebook/hh_fanout/cargo/hh_fanout_outproc",
23     "src/facebook/hh_linearize",
24     "src/facebook/hh_naming_table_builder",
25     "src/facebook/hh_scheduler",
26     "src/facebook/hh_worker",
27     "src/facebook/hh_worker/cargo/hh_worker_ipc",
28     "src/facebook/remote/xdb_ffi",
29     "src/facebook/startup_initializer",
30     "src/facebook/utils",
31     "src/facebook/utils/cargo/hh_config",
32     "src/facebook/utils/cargo/hh_slog",
33     "src/facebook/utils/cargo/hh_tmpdir",
34     "src/facebook/utils/cargo/repo_root",
35     "src/facebook/utils/cargo/hg",
36     "src/facebook/utils/watchman",
37     "src/facebook/utils/watchman/cargo/watchman_lib",
38     "src/facts/cargo/facts_rust",
39     "src/facts/cargo/rust_facts_ffi",
40     "src/hackc/bytecode_printer",
41     "src/hackc/cargo/hackc",
42     "src/hackc/compile/cargo/closure_convert",
43     "src/hackc/compile/cargo/compile",
44     "src/hackc/compile/cargo/options",
45     "src/hackc/compile/cargo/options_serde",
46     "src/hackc/compile/cargo/rewrite_program",
47     "src/hackc/compile/cargo/rewrite_xml",
48     "src/hackc/emitter/cargo/emit_pos",
49     "src/hackc/emitter/cargo/emit_type_hint",
50     "src/hackc/emitter/cargo/emit_unit",
51     "src/hackc/emitter/cargo/env",
52     "src/hackc/emitter/cargo/global_state",
53     "src/hackc/emitter/cargo/instruction_sequence",
54     "src/hackc/emitter/cargo/label_rewriter",
55     "src/hackc/emitter/cargo/statement_state",
56     "src/hackc/hhbc/cargo/dump-opcodes",
57     "src/hackc/hhbc/cargo/hhbc",
58     "src/hackc/ffi_bridge",
59     "src/hackc/emitter/cargo/constant_folder",
60     "src/hackc/emitter/cargo/scope",
61     "src/hackc/hhvm_cxx/hhvm_hhbc_defs",
62     "src/hackc/utils/cargo/hhbc_string_utils",
63     "src/hackc/utils/cargo/unique_id_builder",
64     "src/heap",
65     "src/hh_codegen",
66     "src/hh_fanout/cargo/hh_fanout_build_rust",
67     "src/hh_fanout/cargo/hh_fanout_dep_graph_is_subgraph_rust",
68     "src/hh_fanout/cargo/hh_fanout_dep_graph_stats_rust",
69     "src/naming",
70     "src/naming/cargo/elaborate_namespaces",
71     "src/naming/cargo/naming_attributes",
72     "src/naming/names_rust",
73     "src/ocamlrep",
74     "src/ocamlrep_custom",
75     "src/ocamlrep_derive",
76     "src/ocamlrep_marshal/cargo/ocamlrep_marshal",
77     "src/ocamlrep_marshal/cargo/ocamlrep_marshal_ffi_bindings",
78     "src/ocamlrep_ocamlpool",
79     "src/oxidized",
80     "src/oxidized_by_ref",
81     "src/parser/api/cargo/cst_and_decl_parser",
82     "src/parser/api/cargo/decl_mode_parser",
83     "src/parser/api/cargo/direct_decl_parser",
84     "src/parser/api/cargo/positioned_by_ref_parser",
85     "src/parser/api/cargo/positioned_full_trivia_parser",
86     "src/parser/api/cargo/positioned_parser",
87     "src/parser/api/cargo/rescan_trivia",
88     "src/parser/api/cargo/verify_parser",
89     "src/parser/cargo/aast_parser",
90     "src/parser/cargo/aast_parser_ffi",
91     "src/parser/cargo/bench",
92     "src/parser/cargo/core_types",
93     "src/parser/cargo/decl_mode_parser",
94     "src/parser/cargo/errors",
95     "src/parser/cargo/flatten_smart_constructors",
96     "src/parser/cargo/hh_autoimport",
97     "src/parser/cargo/mode_parser",
98     "src/parser/cargo/namespaces",
99     "src/parser/cargo/operator",
100     "src/parser/cargo/pair_smart_constructors",
101     "src/parser/cargo/positioned_by_ref_parser_ffi",
102     "src/parser/cargo/positioned_smart_constructors",
103     "src/parser/cargo/rust_aast_parser_types",
104     "src/parser/cargo/rust_parser_errors_ffi",
105     "src/parser/cargo/rust_parser_ffi",
106     "src/parser/cargo/smart_constructors",
107     "src/parser/cargo/syntax_smart_constructors",
108     "src/parser/cargo/to_ocaml_impl",
109     "src/parser/cargo/verify_parser",
110     "src/parser/cargo/verify_parser_ffi",
111     "src/parser/core",
112     "src/parser/ffi",
113     "src/parser/ffi_bridge",
114     "src/parser/lowerer",
115     "src/parser/schema",
116     "src/providers/cargo/decl_provider_rust",
117     "src/shmffi/cargo/shmffi",
118     "src/typing/cargo/typing_collections_rust",
119     "src/typing/cargo/typing_defs_rust",
120     "src/typing/serialization/cargo/typing_ser_ffi",
121     "src/utils/arena_deserializer",
122     "src/utils/config_file/rust/ffi",
123     "src/utils/core",
124     "src/utils/eq_modulo_pos",
125     "src/utils/eq_modulo_pos_derive",
126     "src/utils/escaper",
127     "src/utils/ffi_cbindgen",
128     "src/utils/find_utils",
129     "src/utils/hash",
130     "src/utils/hh24_types",
131     "src/utils/html_entities",
132     "src/utils/html_entities/test",
133     "src/utils/line_break_map",
134     "src/utils/lint",
135     "src/utils/multifile",
136     "src/utils/no_pos_hash",
137     "src/utils/no_pos_hash/derive",
138     "src/utils/ocaml_helper",
139     "src/utils/ocamlpool/facebook/test",
140     "src/utils/ocamlrep_caml_builtins",
141     "src/utils/ocaml_runtime",
142     "src/utils/perf/cargo/profile",
143     "src/utils/perf/cargo/stats",
144     "src/utils/stack_limit",
145     "src/utils/test",
146     "src/utils/test/arena_deserializer",
147     "test",
148     "test/facebook/ffp_www_perf",
149     "test/facebook/hhbc_www_perf",
150     "test/facebook/hh_decl",