1fad3a1d3Sopenharmony_ci[package] 2fad3a1d3Sopenharmony_ciname = "syn-internal-codegen" 3fad3a1d3Sopenharmony_civersion = "0.0.0" 4fad3a1d3Sopenharmony_ciauthors = ["David Tolnay <dtolnay@gmail.com>", "Nika Layzell <nika@thelayzells.com>"] 5fad3a1d3Sopenharmony_ciedition = "2021" 6fad3a1d3Sopenharmony_ci 7fad3a1d3Sopenharmony_cipublish = false # this is an internal crate which should never be published 8fad3a1d3Sopenharmony_ci 9fad3a1d3Sopenharmony_ci[dependencies] 10fad3a1d3Sopenharmony_cianyhow = "1" 11fad3a1d3Sopenharmony_cicolor-backtrace = "0.4" 12fad3a1d3Sopenharmony_ciindexmap = { version = "2", features = ["serde"] } 13fad3a1d3Sopenharmony_ciinflections = "1.1" 14fad3a1d3Sopenharmony_ciprettyplease = "0.2.3" 15fad3a1d3Sopenharmony_ciproc-macro2 = { version = "1.0.20", features = ["span-locations"] } 16fad3a1d3Sopenharmony_ciquote = "1" 17fad3a1d3Sopenharmony_cisemver = { version = "1", features = ["serde"] } 18fad3a1d3Sopenharmony_ciserde = "1.0.88" 19fad3a1d3Sopenharmony_ciserde_derive = "1.0.88" 20fad3a1d3Sopenharmony_ciserde_json = "1.0.38" 21fad3a1d3Sopenharmony_cisyn = { version = "2", features = ["derive", "full", "parsing", "printing"], default-features = false } 22fad3a1d3Sopenharmony_cisyn-codegen = { path = "../json" } 23fad3a1d3Sopenharmony_cithiserror = "1" 24fad3a1d3Sopenharmony_citoml = "0.5" 25fad3a1d3Sopenharmony_ci 26fad3a1d3Sopenharmony_ci[workspace] 27fad3a1d3Sopenharmony_ci[patch.crates-io] 28fad3a1d3Sopenharmony_cisyn = { path = ".." } 29