[package] name = "mycroft" version = "0.0.1" authors = ["Matthew Maurer "] license = "MIT" description = "Datalog-inspired programming language with circumscriptive negation and functions" repository = "https://github.com/maurer/mycroft" [dependencies] combine = "2.5" error-chain = "0.11.0" quote = "0.3" syn = "0.11" # Tests are disabled in crate upload because crates.io does not understand that the dependencies # go mycroft -> mycroft-macros-impl -> mycroft-macros -> test, and do not form a cycle # Since it sees mycroft dev-dep on mycroft-macros, it considers it a cycle. # Releases/commits on github do not have this issue, if you want to run tests, fetch the code there.