[package] name = "mxmlextrema-semas3" version = "0.3.0" edition = "2021" authors = ["Matheus Dias de Souza "] repository = "https://github.com/mxmlextrema/semas3" keywords = ["actionscript", "as3", "actionscript3"] description = "Queries the ActionScript 3 language semantic data." license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "mxmlextrema_semas3" path = "src/lib.rs" [dependencies] bitflags = { version = "2.4.1", features = ["serde"] } by_address = "1.2.1" bytes = "1" conv = "0.3.3" dotenvy = "0.15.7" lazy_static = "1.4.0" maplit = "1.0.2" num-derive = "0.4.1" num-traits = "0.2.17" hydroperfox-filepaths = "1" hydroperfox-lateformat = "1" hydroperfox-smodel = "1" mxmlextrema-as3parser = "1"