# Copyright © 2016–2017 University of Malta # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . [package] name = "rox" version = "0.1.6" authors = ["Trevor Spiteri "] description = "Translates Rox source code to VHDL" documentation = "https://www.rox-lang.org/guide/" homepage = "https://www.rox-lang.org/" repository = "https://gitlab.com/tspiteri/rox" readme = "README.md" keywords = ["hdl", "language"] categories = ["command-line-utilities"] license = "GPL-3.0+" [dependencies] clap = "2" [dependencies.rugint] version = "0.2" default-features = false [dependencies.rugrat] version = "0.2" [dependencies.rugflo] version = "0.2" default-features = false