# 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] name = "icasadi" version = "0.1.1" authors = ["Pantelis Sopasakis"] build = "src/build.rs" description = "Rust interface to CasADi functions" documentation = "https://docs.rs/icasadi" readme = "README.md" keywords = ["casadi", "optimization", "interface"] categories = ["api-bindings", "no-std", "science", "science::robotics", "simulation"] license = "MIT" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies.libc] version = "0.2.0" default-features = false [build-dependencies.cc] version = "1.0"