Special function support
[hiphop-php.git] / hphp / hack / src / parser / cargo / aast_parser / Cargo.toml
blob20dc94295cb0c90e5763a28300c1707388ad883b
1 # @generated by autocargo from //hphp/hack/src/parser:aast_parser
2 [package]
3 name = "aast_parser"
4 version = "0.0.0"
5 edition = "2018"
7 [lib]
8 path = "../../aast_parser_lib.rs"
10 [dependencies]
11 bumpalo = { version = "3.2.1", features = ["collections"] }
12 decl_mode_parser = { path = "../../api/cargo/decl_mode_parser" }
13 hh_autoimport_rust = { path = "../hh_autoimport" }
14 lowerer = { path = "../../lowerer" }
15 mode_parser = { path = "../mode_parser" }
16 namespaces_rust = { path = "../namespaces" }
17 naming_special_names_rust = { path = "../../../naming" }
18 ocamlrep = { path = "../../../ocamlrep" }
19 ocamlrep_derive = { path = "../../../ocamlrep_derive" }
20 oxidized = { path = "../../../oxidized" }
21 parser_core_types = { path = "../core_types" }
22 positioned_by_ref_parser = { path = "../../api/cargo/positioned_by_ref_parser" }
23 rust_aast_parser_types = { path = "../rust_aast_parser_types" }
24 rust_parser_errors = { path = "../errors" }
25 smart_constructors = { path = "../smart_constructors" }
26 stack_limit = { path = "../../../utils/stack_limit" }
28 [profile.release]
29 incremental = false
31 [profile.dev]
32 incremental = false
34 [profile.test]
35 incremental = false
37 [profile.bench]
38 incremental = false