[package] name = "orbitc" version = "1.1.0" edition = "2021" authors = ["Arnab Phukan "] categories = ["compilers"] description = "The Orbit Compiler Infrastructure." documentation = "https://docs.rs/orbitc" homepage = "https://github.com/Solarcode-org/OrbitC" keywords = ["compiler", "orbit"] license = "Apache-2.0" readme = "README.md" repository = "https://github.com/Solarcode-org/OrbitC" [dependencies] c-emit = "2.0.0" tempfile = "3.10.1"