# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cycle" version = "0.4.1" authors = ["hrkz "] description = "modern and safe symbolic mathematics" homepage = "https://cycle-research.org" readme = "README.md" keywords = [ "symbolic", "mathematics", "modeling", "analysis", ] license = "MIT" repository = "https://github.com/hrkz/cycle/" resolver = "2" [package.metadata.docs.rs] features = [ "cycle_lang", "cycle_num", "cycle_plot", ] [package.metadata.playground] features = ["cycle_num"] [[bin]] name = "omega" path = "bin/omega.rs" test = false required-features = ["cycle_lang"] [dependencies] [features] cycle_lang = [] cycle_num = [] cycle_plot = [] default = []