Rename directory hhbc to hackc
[hiphop-php.git] / hphp / hack / src / hackc / emitter / cargo / emit_function / Cargo.toml
bloba9389da1a0ec03c279b99e9a521621201ea790af
1 # @generated by autocargo from //hphp/hack/src/hackc/emitter:emit_function
2 [package]
3 name = "emit_function"
4 version = "0.0.0"
5 edition = "2021"
7 [lib]
8 path = "../../emit_function.rs"
10 [dependencies]
11 ast_scope = { path = "../../../hhbc/cargo/ast_scope" }
12 emit_attribute = { path = "../emit_attribute" }
13 emit_body = { path = "../emit_body" }
14 emit_memoize_helpers = { path = "../emit_memoize_helpers" }
15 emit_param = { path = "../emit_param" }
16 emit_pos = { path = "../emit_pos" }
17 env = { path = "../env" }
18 ffi = { path = "../../../../utils/ffi" }
19 hhas_attribute = { path = "../../../hhbc/cargo/hhas_attribute" }
20 hhas_body = { path = "../../../hhbc/cargo/hhas_body" }
21 hhas_coeffects = { path = "../../../hhbc/cargo/hhas_coeffects" }
22 hhas_function = { path = "../../../hhbc/cargo/hhas_function" }
23 hhas_param = { path = "../../../hhbc/cargo/hhas_param" }
24 hhas_pos = { path = "../../../hhbc/cargo/hhas_pos" }
25 hhas_type = { path = "../../../hhbc/cargo/hhas_type" }
26 hhbc_ast = { path = "../../../hhbc/cargo/hhbc_ast" }
27 hhbc_id = { path = "../../../hhbc/cargo/hhbc_id" }
28 hhbc_string_utils = { path = "../../../utils/cargo/hhbc_string_utils" }
29 instruction_sequence = { path = "../instruction_sequence" }
30 itertools = "0.10.3"
31 label = { path = "../label" }
32 local = { path = "../local" }
33 naming_special_names_rust = { path = "../../../../naming" }
34 ocamlrep = { path = "../../../../ocamlrep" }
35 options = { path = "../../../compile/cargo/options" }
36 oxidized = { path = "../../../../oxidized" }
37 runtime = { path = "../runtime" }