[package] name = "cycle" version = "0.4.1" description = "modern and safe symbolic mathematics" authors = ["hrkz "] keywords = ["symbolic", "mathematics", "modeling", "analysis"] edition = "2021" license = "MIT" readme = "README.md" homepage = "https://cycle-research.org" repository = "https://github.com/hrkz/cycle/" [features] default = [] # Parsing, validation and generation of mathematical expressions. cycle_lang = [] # Scientific computing on numerical data. cycle_num = [] # Generating plots from valued expressions. cycle_plot = [] [dependencies] [[bin]] name = "omega" path = "bin/omega.rs" test = false required-features = [ "cycle_lang" ] [package.metadata.docs.rs] features = [ "cycle_lang", "cycle_num", "cycle_plot" ] [package.metadata.playground] features = [ "cycle_num" ]