[dependencies]
charset4cj = { git = "https://gitcode.com/Cangjie-TPC/charset4cj.git", branch="develop"}
f_app = {path = "./f_app"}
f_aspect = {path = "./f_aspect"}
f_base = {path = "./f_base"}
f_bean = {path = "./f_bean"}
f_cache = {path = "./f_cache"}
f_cmd = {path = "./f_cmd"}
f_collection = {path = "./f_collection"}
f_concurrent = {path = "./f_concurrent"}
f_config = {path = "./f_config"}
f_data = {path = "./f_data"}
f_exception = {path = "./f_exception"}
f_io = {path = "./f_io"}
f_jwt = {path = "./f_jwt"}
f_http = {path = "./f_http"}
f_httpclient = {path = "./f_httpclient"}
f_log = {path = "./f_log"}
f_macros = {path = "./f_macros"}
f_mockdb = {path = "./f_mockdb"}
f_mvc = {path = "./f_mvc"}
f_net = {path = "./f_net"}
f_orm = {path = "./f_orm"}
f_pool = {path = "./f_pool"}
f_process = {path = "./f_process"}
f_random = {path = "./f_random"}
f_regex = {path = "./f_regex"}
f_rx = {path = "./f_rx"}
f_security = {path = "./f_security"}
f_ticktock = {path = "./f_ticktock"}
f_time = {path = "./f_time"}
f_util = {path = "./f_util"}
f_version = {path = "./f_version"}
[package]
cjc-version = "1.0.4"
compile-option = "--dy-std"
override-compile-option = "--dy-std"
description = "utility for server app development"
link-option = ""
name = "fountain"
output-type = "dynamic"
src-dir = ""
target-dir = ""
version = "1.0.48"
package-configuration = {}
[target]
[target.x86_64-unknown-linux-gnu]
compile-option = "--dy-std -ldl"
override-compile-option = "--dy-std -ldl"
[target.x86_64-unknown-linux-gnu.bin-dependencies]
path-option = ["${CANGJIE_STDX_DYNAMIC_PATH}"]
[target.aarch64-unknown-linux-gnu]
compile-option = "--dy-std -ldl"
override-compile-option = "--dy-std -ldl"
[target.aarch64-unknown-linux-gnu.bin-dependencies]
path-option = ["${CANGJIE_STDX_DYNAMIC_PATH}"]
[target.x86_64-w64-mingw32]
compile-option = "--dy-std -lcrypt32"
override-compile-option = "--dy-std -lcrypt32"
[target.x86_64-w64-mingw32.bin-dependencies]
path-option = ["${CANGJIE_STDX_DYNAMIC_PATH}"]
[target.x86_64-apple-darwin]
compile-option = "--dy-std"
override-compile-option = "--dy-std"
[target.x86_64-apple-darwin.bin-dependencies]
path-option = ["${CANGJIE_STDX_DYNAMIC_PATH}"]
[target.aarch64-apple-darwin]
compile-option = "--dy-std"
override-compile-option = "--dy-std"
[target.aarch64-apple-darwin.bin-dependencies]
path-option = ["${CANGJIE_STDX_DYNAMIC_PATH}"]
[target.aarch64-linux-ohos]
compile-option = "--dy-std -ldl"
override-compile-option = "--dy-std -ldl"
[target.aarch64-linux-ohos.bin-dependencies]
path-option = ["${CANGJIE_STDX_DYNAMIC_PATH}"]
[target.x86_64-linux-ohos]
compile-option = "--dy-std -ldl"
override-compile-option = "--dy-std -ldl"
[target.x86_64-linux-ohos.bin-dependencies]
path-option = ["${CANGJIE_STDX_DYNAMIC_PATH}"]
[profile.build]
incremental = true