[package] name = "cil" version = "0.1.2" edition = "2021" authors = ["Sergey Khabibullin"] description = ".NET CIL (Common Intermediate Language)" keywords = ["NET", "CIL", "NET-Core", "csharp"] license = "MIT" include = ["/src", "README.md"] readme = "README.md" [lib] name = "cil" crate-type = ["lib"] [dependencies]