argmin_codegen 0.1.3

Code generation for the argmin optimization toolbox
Documentation
[package]
name = "argmin_codegen"
version = "0.1.3"
authors = ["Stefan Kroboth <stefan.kroboth@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Code generation for the argmin optimization toolbox"
documentation = "https://argmin-rs.github.io/argmin-codegen/argmin_codegen/"
homepage = "https://github.com/argmin-rs/argmin-codegen"
repository = "https://github.com/argmin-rs/argmin-codegen"
readme = "README.md"
keywords = ["optimization", "math", "science", "HPC"]
categories = ["science"]
#license-file = "LICENSE-APACHE"
exclude = [ 
	".travis.yml",
	"push_docs",
]

[lib]
proc-macro = true

[dependencies]
syn = { version = "0.14.9", features = ["full"] }
quote = "0.6.9"

[badges]
travis-ci = { repository = "argmin-rs/argmin-codegen", branch = "master" }