argmin_codegen 0.1.7

Pure Rust optimization tools (code generation)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "argmin_codegen"
version = "0.1.7"
authors = ["Stefan Kroboth <stefan.kroboth@gmail.com>"]
exclude = [".travis.yml", "push_docs"]
description = "Pure Rust optimization tools (code generation)"
homepage = "https://github.com/argmin-rs/argmin-codegen"
documentation = "https://argmin-rs.github.io/argmin-codegen/argmin_codegen/"
readme = "README.md"
keywords = ["optimization", "math", "science", "HPC"]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/argmin-rs/argmin-codegen"

[lib]
proc-macro = true
[dependencies.quote]
version = "0.6.10"

[dependencies.syn]
version = "0.15.22"
features = ["full"]
[badges.travis-ci]
branch = "master"
repository = "argmin-rs/argmin-codegen"