# 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 = "fj-app" version = "0.46.2" description = "Early-stage, next-generation, code-first CAD application. Because the world needs another CAD program." homepage = "https://www.fornjot.app/" readme = "README.md" keywords = [ "cad", "programmatic", "code-cad", ] categories = [ "encoding", "mathematics", "rendering", ] license = "0BSD" repository = "https://github.com/hannobraun/fornjot-extra" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.2.7" features = [ "derive", "string", ] [dependencies.figment] version = "0.10.8" features = [ "env", "toml", ] [dependencies.fj] version = "0.46.2" [dependencies.fj-export] version = "0.46.0" [dependencies.fj-host] version = "0.46.2" [dependencies.fj-interop] version = "0.46.0" [dependencies.fj-kernel] version = "0.46.0" [dependencies.fj-math] version = "0.46.0" [dependencies.fj-operations] version = "0.46.2" [dependencies.fj-viewer] version = "0.46.0" [dependencies.fj-window] version = "0.46.2" [dependencies.serde] version = "1.0.162" features = ["derive"] [dependencies.tracing-subscriber] version = "0.3.17" features = [ "env-filter", "fmt", ]